2 references to CallConvThiscall
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1159linkFlags = (int)PInvokeAttributes.CallConvThiscall;
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
2210case PInvokeAttributes.CallConvThiscall: callingConvention = CallingConvention.ThisCall; break;