3 references to ThisCall
mscorlib (3)
system\reflection\emit\signaturehelper.cs (1)
118else if (unmanagedCallConv == CallingConvention.ThisCall)
system\reflection\emit\typebuilder.cs (1)
823case CallingConvention.ThisCall:
system\runtime\interopservices\attributes.cs (1)
809case PInvokeAttributes.CallConvThiscall: callingConvention = CallingConvention.ThisCall; break;