12 references to AscendingKeyword
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (2)
12615case SyntaxKind.AscendingKeyword: 12884if (this.CurrentToken.ContextualKind is SyntaxKind.AscendingKeyword or SyntaxKind.DescendingKeyword)
Syntax\SyntaxKindFacts.cs (4)
1169case SyntaxKind.AscendingKeyword: 1218case SyntaxKind.AscendingKeyword: 1267return SyntaxKind.AscendingKeyword; 1705case SyntaxKind.AscendingKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
300case SyntaxKind.AscendingKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\AscendingKeywordRecommender.cs (1)
13: base(SyntaxKind.AscendingKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Parsing\ExpressionParsingTests.cs (2)
2661Assert.Equal(SyntaxKind.AscendingKeyword, os.AscendingOrDescendingKeyword.Kind()); 2663Assert.Equal(SyntaxKind.AscendingKeyword, os.AscendingOrDescendingKeyword.ContextualKind());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpSyntaxFacts.cs (1)
300case SyntaxKind.AscendingKeyword:
Simplification\Reducers\CSharpEscapingReducer.cs (1)
101case SyntaxKind.AscendingKeyword: