16 references to DescendingKeyword
Microsoft.CodeAnalysis.CSharp (11)
_generated\0\Syntax.xml.Main.Generated.cs (2)
3614case SyntaxKind.DescendingKeyword: 3629SyntaxKind.DescendingOrdering => SyntaxKind.DescendingKeyword,
_generated\1\Syntax.xml.Internal.Generated.cs (2)
30334case SyntaxKind.DescendingKeyword: 35761case SyntaxKind.DescendingKeyword:
Parser\LanguageParser.cs (3)
14080case SyntaxKind.DescendingKeyword: 14348if (this.CurrentToken.ContextualKind is SyntaxKind.AscendingKeyword or SyntaxKind.DescendingKeyword) 14351if (direction.Kind == SyntaxKind.DescendingKeyword)
Syntax\SyntaxKindFacts.cs (4)
1274case SyntaxKind.DescendingKeyword: 1328case SyntaxKind.DescendingKeyword: 1378return SyntaxKind.DescendingKeyword; 1826case SyntaxKind.DescendingKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
296case SyntaxKind.DescendingKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\DescendingKeywordRecommender.cs (1)
10internal sealed class DescendingKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.DescendingKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\Reducers\CSharpEscapingReducer.cs (1)
82case SyntaxKind.DescendingKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
296case SyntaxKind.DescendingKeyword:
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
296case SyntaxKind.DescendingKeyword: