3 references to FastCall
mscorlib (3)
system\reflection\emit\signaturehelper.cs (1)
122else if (unmanagedCallConv == CallingConvention.FastCall)
system\reflection\emit\typebuilder.cs (1)
826case CallingConvention.FastCall:
system\runtime\interopservices\attributes.cs (1)
810case PInvokeAttributes.CallConvFastcall: callingConvention = CallingConvention.FastCall; break;