4 references to FastCall
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
741
actualCallKind = Cci.CallingConvention.
FastCall
;
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
155
{ ValueText: "Fastcall" } => CallingConvention.
FastCall
,
Symbols\Source\SourceNamedTypeSymbol_Extension.cs (2)
308
Cci.CallingConvention.
FastCall
=> "unmanaged fastcall ",
714
Cci.CallingConvention.
FastCall
=> " unmanaged[Fastcall]",