14 references to DescendingKeyword
Microsoft.CodeAnalysis.CSharp (9)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Syntax.xml.Main.Generated.cs (2)
3635case SyntaxKind.DescendingKeyword: 3650SyntaxKind.DescendingOrdering => SyntaxKind.DescendingKeyword,
Parser\LanguageParser.cs (3)
14130case SyntaxKind.DescendingKeyword: 14398if (this.CurrentToken.ContextualKind is SyntaxKind.AscendingKeyword or SyntaxKind.DescendingKeyword) 14401if (direction.Kind == SyntaxKind.DescendingKeyword)
Syntax\SyntaxKindFacts.cs (4)
1276case SyntaxKind.DescendingKeyword: 1330case SyntaxKind.DescendingKeyword: 1380return SyntaxKind.DescendingKeyword; 1828case 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: