5 references to CallingConventionFastCall
ILAssembler (1)
GrammarVisitor.cs (1)
4485
return new(MethodImportAttributes.
CallingConventionFastCall
);
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
118
case MethodImportAttributes.
CallingConventionFastCall
:
217
result |= MethodImportAttributes.
CallingConventionFastCall
;
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
122
CallingConvention.FastCall => MethodImportAttributes.
CallingConventionFastCall
,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
134
MethodImportAttributes.
CallingConventionFastCall
=> CallingConvention.FastCall,