18 references to FloatKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2000case SyntaxKind.FloatKeyword:
Syntax\SyntaxKindExtensions.cs (1)
37case SyntaxKind.FloatKeyword:
Syntax\SyntaxKindFacts.cs (3)
300case SyntaxKind.FloatKeyword: 845return SyntaxKind.FloatKeyword; 1485case SyntaxKind.FloatKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
340SyntaxKind.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)
466ParseKnownTypeName(SyntaxKind.FloatKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3456SpecialType.System_Single => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.FloatKeyword)),
CSharpSyntaxFacts.cs (1)
340SyntaxKind.FloatKeyword => PredefinedType.Single,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
762SyntaxKind.FloatKeyword => "Single",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
52SpecialType.System_Single => SyntaxKind.FloatKeyword,