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