10 references to FastCall
Microsoft.CodeAnalysis (2)
PEWriter\Members.cs (2)
45FastCall = SignatureCallingConvention.FastCall, 86| SignatureCallingConvention.FastCall
Microsoft.CodeAnalysis.CSharp (1)
SymbolDisplay\SymbolDisplayVisitor.Members.cs (1)
609case SignatureCallingConvention.FastCall:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
144System.Reflection.Metadata.SignatureCallingConvention.FastCall => [GetConventionForString("Fastcall")],
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\FunctionPointerTypeSymbolTests.cs (2)
1542Assert.Throws<ArgumentException>(() => comp.CreateFunctionPointerTypeSymbol(returnType: @string, returnRefKind: RefKind.None, parameterTypes: ImmutableArray<ITypeSymbol>.Empty, parameterRefKinds: ImmutableArray<RefKind>.Empty, callingConvention: SignatureCallingConvention.FastCall, callingConventionTypes: ImmutableArray.Create(cdeclType)!)); 1631[InlineData("[Fastcall]", SignatureCallingConvention.FastCall)]
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
144System.Reflection.Metadata.SignatureCallingConvention.FastCall => [GetConventionForString("Fastcall")],
System.Reflection.Emit (1)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1379CallingConvention.FastCall => SignatureCallingConvention.FastCall,
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
65case SignatureCallingConvention.FastCall:
System\Reflection\TypeLoading\Types\RoModifiedFunctionPointerType.cs (1)
67case Metadata.SignatureCallingConvention.FastCall: