18 references to DecimalKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2361case SyntaxKind.DecimalKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28672case SyntaxKind.DecimalKeyword: 34099case SyntaxKind.DecimalKeyword:
Parser\LanguageParser.cs (1)
2437case SyntaxKind.DecimalKeyword:
Syntax\SyntaxKindExtensions.cs (1)
39case SyntaxKind.DecimalKeyword:
Syntax\SyntaxKindFacts.cs (3)
331case SyntaxKind.DecimalKeyword: 905return SyntaxKind.DecimalKeyword; 1606case SyntaxKind.DecimalKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
32public static readonly SyntaxToken DecimalKeyword = Token(SyntaxKind.DecimalKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
337SyntaxKind.DecimalKeyword => PredefinedType.Decimal,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\DecimalKeywordRecommender.cs (1)
14internal sealed class DecimalKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.DecimalKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
723SyntaxKind.DecimalKeyword => "Decimal",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
52SpecialType.System_Decimal => SyntaxKind.DecimalKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
32public static readonly SyntaxToken DecimalKeyword = Token(SyntaxKind.DecimalKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
337SyntaxKind.DecimalKeyword => PredefinedType.Decimal,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
82CSharpSyntaxKind.DecimalKeyword,
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
32public static readonly SyntaxToken DecimalKeyword = Token(SyntaxKind.DecimalKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
337SyntaxKind.DecimalKeyword => PredefinedType.Decimal,