12 references to DescendingKeyword
Microsoft.CodeAnalysis.CSharp (7)
Parser\LanguageParser.cs (3)
13625
case SyntaxKind.
DescendingKeyword
:
13894
if (this.CurrentToken.ContextualKind is SyntaxKind.AscendingKeyword or SyntaxKind.
DescendingKeyword
)
13897
if (direction.Kind == SyntaxKind.
DescendingKeyword
)
Syntax\SyntaxKindFacts.cs (4)
1206
case SyntaxKind.
DescendingKeyword
:
1257
case SyntaxKind.
DescendingKeyword
:
1307
return SyntaxKind.
DescendingKeyword
;
1749
case SyntaxKind.
DescendingKeyword
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
289
case SyntaxKind.
DescendingKeyword
:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Parsing\ExpressionParsingTests.cs (2)
2709
Assert.Equal(SyntaxKind.
DescendingKeyword
, os.AscendingOrDescendingKeyword.Kind());
2711
Assert.Equal(SyntaxKind.
DescendingKeyword
, os.AscendingOrDescendingKeyword.ContextualKind());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\Reducers\CSharpEscapingReducer.cs (1)
101
case SyntaxKind.
DescendingKeyword
:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
289
case SyntaxKind.
DescendingKeyword
: