3 references to CallingConvention
System.Private.CoreLib (3)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
198public override CallingConventions CallingConvention => Signature.CallingConvention;
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
269public override CallingConventions CallingConvention => Signature.CallingConvention;
src\System\Reflection\RuntimePropertyInfo.cs (1)
128MethodBase.AppendParameters(ref sbName, arguments, Signature.CallingConvention);