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