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