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