2 references to CallConvCdecl
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1158linkFlags = (int)PInvokeAttributes.CallConvCdecl;
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2207case PInvokeAttributes.CallConvCdecl: callingConvention = CallingConvention.Cdecl; break;