1 implementation of CallingConvention
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
130public CallingConventions CallingConvention
2 references to CallingConvention
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
70return _common.CallingConvention;
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
58return _common.CallingConvention;