3 writes to orderings
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7607
this.
orderings
= orderings;
7621
this.
orderings
= orderings;
7634
this.
orderings
= orderings;
4 references to orderings
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7639
public CoreSyntax.SeparatedSyntaxList<OrderingSyntax> Orderings => new CoreSyntax.SeparatedSyntaxList<OrderingSyntax>(new CoreSyntax.SyntaxList<CSharpSyntaxNode>(this.
orderings
));
7645
1 => this.
orderings
,
7672
=> new OrderByClauseSyntax(this.Kind, this.orderByKeyword, this.
orderings
, diagnostics, GetAnnotations());
7675
=> new OrderByClauseSyntax(this.Kind, this.orderByKeyword, this.
orderings
, GetDiagnostics(), annotations);