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