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