<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Reflection.CallingConventions

public enum CallingConventions
namespace System.Reflection { public enum CallingConventions { Any = 3, ExplicitThis = 64, HasThis = 32, Standard = 1, VarArgs = 2 } }