18 references to DecimalKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
1993
case SyntaxKind.
DecimalKeyword
:
Syntax\SyntaxKindExtensions.cs (1)
39
case SyntaxKind.
DecimalKeyword
:
Syntax\SyntaxKindFacts.cs (3)
302
case SyntaxKind.
DecimalKeyword
:
847
return SyntaxKind.
DecimalKeyword
;
1487
case SyntaxKind.
DecimalKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
342
SyntaxKind.
DecimalKeyword
=> PredefinedType.Decimal,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\DecimalKeywordRecommender.cs (1)
17
: base(SyntaxKind.
DecimalKeyword
)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Parsing\DeclarationParsingTests.cs (6)
2088
TestDelegateWithBuiltInReturnType(SyntaxKind.
DecimalKeyword
);
2134
TestDelegateWithBuiltInParameterType(SyntaxKind.
DecimalKeyword
);
3227
TestClassMethodWithBuiltInReturnType(SyntaxKind.
DecimalKeyword
);
3292
TestClassMethodWithBuiltInParameterType(SyntaxKind.
DecimalKeyword
);
3650
TestClassFieldWithBuiltInType(SyntaxKind.
DecimalKeyword
);
4279
TestClassPropertyWithBuiltInType(SyntaxKind.
DecimalKeyword
);
Parsing\NameParsingTests.cs (1)
468
ParseKnownTypeName(SyntaxKind.
DecimalKeyword
);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3449
SpecialType.System_Decimal => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.
DecimalKeyword
)),
CSharpSyntaxFacts.cs (1)
342
SyntaxKind.
DecimalKeyword
=> PredefinedType.Decimal,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
763
SyntaxKind.
DecimalKeyword
=> "Decimal",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
54
SpecialType.System_Decimal => SyntaxKind.
DecimalKeyword
,