19 references to FloatKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2359case SyntaxKind.FloatKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28670case SyntaxKind.FloatKeyword: 34097case SyntaxKind.FloatKeyword:
Parser\LanguageParser.cs (1)
2444case SyntaxKind.FloatKeyword:
Syntax\SyntaxKindExtensions.cs (1)
37case SyntaxKind.FloatKeyword:
Syntax\SyntaxKindFacts.cs (3)
329case SyntaxKind.FloatKeyword: 903return SyntaxKind.FloatKeyword; 1604case SyntaxKind.FloatKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
45public static readonly SyntaxToken FloatKeyword = Token(SyntaxKind.FloatKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
335SyntaxKind.FloatKeyword => PredefinedType.Single,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\FloatKeywordRecommender.cs (1)
14internal sealed class FloatKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.FloatKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
722SyntaxKind.FloatKeyword => "Single",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
50SpecialType.System_Single => SyntaxKind.FloatKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
45public static readonly SyntaxToken FloatKeyword = Token(SyntaxKind.FloatKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
335SyntaxKind.FloatKeyword => PredefinedType.Single,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
55CSharpSyntaxKind.FloatKeyword,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
57Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.FloatKeyword))
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
45public static readonly SyntaxToken FloatKeyword = Token(SyntaxKind.FloatKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
335SyntaxKind.FloatKeyword => PredefinedType.Single,