3 writes to orderByKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7603
this.
orderByKeyword
= orderByKeyword;
7617
this.
orderByKeyword
= orderByKeyword;
7630
this.
orderByKeyword
= orderByKeyword;
5 references to orderByKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7638
public SyntaxToken OrderByKeyword => this.
orderByKeyword
;
7644
0 => this.
orderByKeyword
,
7672
=> new OrderByClauseSyntax(this.Kind, this.
orderByKeyword
, this.orderings, diagnostics, GetAnnotations());
7675
=> new OrderByClauseSyntax(this.Kind, this.
orderByKeyword
, this.orderings, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4815
public SyntaxToken OrderByKeyword => new SyntaxToken(this, ((InternalSyntax.OrderByClauseSyntax)this.Green).
orderByKeyword
, Position, 0);