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