22 references to DoubleKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
1995case SyntaxKind.DoubleKeyword:
Syntax\SyntaxKindExtensions.cs (1)
35case SyntaxKind.DoubleKeyword:
Syntax\SyntaxKindFacts.cs (3)
301case SyntaxKind.DoubleKeyword: 843return SyntaxKind.DoubleKeyword; 1483case SyntaxKind.DoubleKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
341SyntaxKind.DoubleKeyword => PredefinedType.Double,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\DoubleKeywordRecommender.cs (1)
17: base(SyntaxKind.DoubleKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (11)
Parsing\DeclarationParsingTests.cs (6)
2087TestDelegateWithBuiltInReturnType(SyntaxKind.DoubleKeyword); 2133TestDelegateWithBuiltInParameterType(SyntaxKind.DoubleKeyword); 3226TestClassMethodWithBuiltInReturnType(SyntaxKind.DoubleKeyword); 3291TestClassMethodWithBuiltInParameterType(SyntaxKind.DoubleKeyword); 3649TestClassFieldWithBuiltInType(SyntaxKind.DoubleKeyword); 4278TestClassPropertyWithBuiltInType(SyntaxKind.DoubleKeyword);
Parsing\LambdaParameterParsingTests.cs (3)
2563N(SyntaxKind.DoubleKeyword); 2629N(SyntaxKind.DoubleKeyword); 2652N(SyntaxKind.DoubleKeyword);
Parsing\NameParsingTests.cs (1)
467ParseKnownTypeName(SyntaxKind.DoubleKeyword);
Parsing\TopLevelStatementsParsingTests.cs (1)
1403N(SyntaxKind.DoubleKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3450SpecialType.System_Double => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.DoubleKeyword)),
CSharpSyntaxFacts.cs (1)
341SyntaxKind.DoubleKeyword => PredefinedType.Double,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
761SyntaxKind.DoubleKeyword => "Double",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
53SpecialType.System_Double => SyntaxKind.DoubleKeyword,