5 references to CallingConventionThisCall
ILAssembler (1)
GrammarVisitor.cs (1)
4483
return new(MethodImportAttributes.
CallingConventionThisCall
);
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
115
case MethodImportAttributes.
CallingConventionThisCall
:
213
result |= MethodImportAttributes.
CallingConventionThisCall
;
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
124
CallingConvention.ThisCall => MethodImportAttributes.
CallingConventionThisCall
,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
136
MethodImportAttributes.
CallingConventionThisCall
=> CallingConvention.ThisCall,