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