13 references to DescendingKeyword
Microsoft.CodeAnalysis.CSharp (7)
Parser\LanguageParser.cs (3)
12616case SyntaxKind.DescendingKeyword: 12884if (this.CurrentToken.ContextualKind is SyntaxKind.AscendingKeyword or SyntaxKind.DescendingKeyword) 12887if (direction.Kind == SyntaxKind.DescendingKeyword)
Syntax\SyntaxKindFacts.cs (4)
1170case SyntaxKind.DescendingKeyword: 1219case SyntaxKind.DescendingKeyword: 1269return SyntaxKind.DescendingKeyword; 1707case SyntaxKind.DescendingKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
301case SyntaxKind.DescendingKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\DescendingKeywordRecommender.cs (1)
13: base(SyntaxKind.DescendingKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Parsing\ExpressionParsingTests.cs (2)
2709Assert.Equal(SyntaxKind.DescendingKeyword, os.AscendingOrDescendingKeyword.Kind()); 2711Assert.Equal(SyntaxKind.DescendingKeyword, os.AscendingOrDescendingKeyword.ContextualKind());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpSyntaxFacts.cs (1)
301case SyntaxKind.DescendingKeyword:
Simplification\Reducers\CSharpEscapingReducer.cs (1)
102case SyntaxKind.DescendingKeyword: