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