11 references to AscendingKeyword
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (2)
13504
case SyntaxKind.
AscendingKeyword
:
13774
if (this.CurrentToken.ContextualKind is SyntaxKind.
AscendingKeyword
or SyntaxKind.DescendingKeyword)
Syntax\SyntaxKindFacts.cs (4)
1202
case SyntaxKind.
AscendingKeyword
:
1252
case SyntaxKind.
AscendingKeyword
:
1301
return SyntaxKind.
AscendingKeyword
;
1741
case SyntaxKind.
AscendingKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
285
case SyntaxKind.
AscendingKeyword
:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Parsing\ExpressionParsingTests.cs (2)
2661
Assert.Equal(SyntaxKind.
AscendingKeyword
, os.AscendingOrDescendingKeyword.Kind());
2663
Assert.Equal(SyntaxKind.
AscendingKeyword
, os.AscendingOrDescendingKeyword.ContextualKind());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\Reducers\CSharpEscapingReducer.cs (1)
100
case SyntaxKind.
AscendingKeyword
:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
285
case SyntaxKind.
AscendingKeyword
: