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