6 references to FastCall
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
739
actualCallKind = Cci.CallingConvention.
FastCall
;
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
155
{ ValueText: "Fastcall" } => CallingConvention.
FastCall
,
Symbols\Source\SourceNamedTypeSymbol_Extension.cs (1)
321
Cci.CallingConvention.
FastCall
=> "unmanaged fastcall ",
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenFunctionPointersTests.cs (2)
79
[InlineData("unmanaged[Fastcall]", CallingConvention.
FastCall
)]
83
[InlineData("unmanaged[@Fastcall]", CallingConvention.
FastCall
)]
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\FunctionPointerTypeSymbolTests.cs (1)
228
[InlineData("unmanaged[Fastcall]", CallingConvention.
FastCall
)]