24 references to DoubleKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2310case SyntaxKind.DoubleKeyword:
Syntax\SyntaxKindExtensions.cs (1)
35case SyntaxKind.DoubleKeyword:
Syntax\SyntaxKindFacts.cs (3)
329case SyntaxKind.DoubleKeyword: 871return SyntaxKind.DoubleKeyword; 1519case SyntaxKind.DoubleKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
28public static readonly SyntaxToken DoubleKeyword = Token(SyntaxKind.DoubleKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
337SyntaxKind.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)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
760SyntaxKind.DoubleKeyword => "Double",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
51SpecialType.System_Double => SyntaxKind.DoubleKeyword,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
28public static readonly SyntaxToken DoubleKeyword = Token(SyntaxKind.DoubleKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
337SyntaxKind.DoubleKeyword => PredefinedType.Double,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
62Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.DoubleKeyword))