4 references to OrderByKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1761
=> node.Update(VisitToken(node.
OrderByKeyword
), VisitList(node.Orderings));
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
4780
if (orderByKeyword != this.
OrderByKeyword
|| orderings != this.Orderings)
4791
public OrderByClauseSyntax WithOrderings(SeparatedSyntaxList<OrderingSyntax> orderings) => Update(this.
OrderByKeyword
, orderings);
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1898
return ((OrderByClauseSyntax)node).
OrderByKeyword
.Span;