3 writes to ascendingOrDescendingKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7692
this.
ascendingOrDescendingKeyword
= ascendingOrDescendingKeyword;
7706
this.
ascendingOrDescendingKeyword
= ascendingOrDescendingKeyword;
7719
this.
ascendingOrDescendingKeyword
= ascendingOrDescendingKeyword;
5 references to ascendingOrDescendingKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7724
public SyntaxToken? AscendingOrDescendingKeyword => this.
ascendingOrDescendingKeyword
;
7730
1 => this.
ascendingOrDescendingKeyword
,
7757
=> new OrderingSyntax(this.Kind, this.expression, this.
ascendingOrDescendingKeyword
, diagnostics, GetAnnotations());
7760
=> new OrderingSyntax(this.Kind, this.expression, this.
ascendingOrDescendingKeyword
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4873
var slot = ((Syntax.InternalSyntax.OrderingSyntax)this.Green).
ascendingOrDescendingKeyword
;