20 references to FloatKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2315case SyntaxKind.FloatKeyword:
Syntax\SyntaxKindExtensions.cs (1)
37case SyntaxKind.FloatKeyword:
Syntax\SyntaxKindFacts.cs (3)
328case SyntaxKind.FloatKeyword: 873return SyntaxKind.FloatKeyword; 1521case SyntaxKind.FloatKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
33public static readonly SyntaxToken FloatKeyword = Token(SyntaxKind.FloatKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
336SyntaxKind.FloatKeyword => PredefinedType.Single,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\FloatKeywordRecommender.cs (1)
17: base(SyntaxKind.FloatKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Parsing\DeclarationParsingTests.cs (6)
2086TestDelegateWithBuiltInReturnType(SyntaxKind.FloatKeyword); 2132TestDelegateWithBuiltInParameterType(SyntaxKind.FloatKeyword); 3225TestClassMethodWithBuiltInReturnType(SyntaxKind.FloatKeyword); 3290TestClassMethodWithBuiltInParameterType(SyntaxKind.FloatKeyword); 3648TestClassFieldWithBuiltInType(SyntaxKind.FloatKeyword); 4277TestClassPropertyWithBuiltInType(SyntaxKind.FloatKeyword);
Parsing\NameParsingTests.cs (1)
464ParseKnownTypeName(SyntaxKind.FloatKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
761SyntaxKind.FloatKeyword => "Single",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
50SpecialType.System_Single => SyntaxKind.FloatKeyword,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
33public static readonly SyntaxToken FloatKeyword = Token(SyntaxKind.FloatKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
336SyntaxKind.FloatKeyword => PredefinedType.Single,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
57Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.FloatKeyword))