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