11 references to AscendingKeyword
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (2)
13624
case SyntaxKind.
AscendingKeyword
:
13894
if (this.CurrentToken.ContextualKind is SyntaxKind.
AscendingKeyword
or SyntaxKind.DescendingKeyword)
Syntax\SyntaxKindFacts.cs (4)
1205
case SyntaxKind.
AscendingKeyword
:
1256
case SyntaxKind.
AscendingKeyword
:
1305
return SyntaxKind.
AscendingKeyword
;
1747
case SyntaxKind.
AscendingKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
288
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)
288
case SyntaxKind.
AscendingKeyword
: