17 references to AscendingKeyword
Microsoft.CodeAnalysis.CSharp (10)
Parser\LanguageParser.cs (2)
13691case SyntaxKind.AscendingKeyword: 13961if (this.CurrentToken.ContextualKind is SyntaxKind.AscendingKeyword or SyntaxKind.DescendingKeyword)
Syntax.xml.Internal.Generated.cs (2)
29967case SyntaxKind.AscendingKeyword: 35334case SyntaxKind.AscendingKeyword:
Syntax.xml.Main.Generated.cs (2)
3575case SyntaxKind.AscendingKeyword: 3590SyntaxKind.AscendingOrdering => SyntaxKind.AscendingKeyword,
Syntax\SyntaxKindFacts.cs (4)
1269case SyntaxKind.AscendingKeyword: 1320case SyntaxKind.AscendingKeyword: 1369return SyntaxKind.AscendingKeyword; 1811case SyntaxKind.AscendingKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
288case SyntaxKind.AscendingKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\AscendingKeywordRecommender.cs (1)
10internal sealed class AscendingKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(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)
Simplification\Reducers\CSharpEscapingReducer.cs (1)
81case SyntaxKind.AscendingKeyword:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
288case SyntaxKind.AscendingKeyword:
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
288case SyntaxKind.AscendingKeyword: