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