3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Main.Generated.cs (1)
1741
=> node.
Update
(VisitToken(node.OrderByKeyword), VisitList(node.Orderings));
Syntax.xml.Syntax.Generated.cs (2)
4744
public OrderByClauseSyntax WithOrderByKeyword(SyntaxToken orderByKeyword) =>
Update
(orderByKeyword, this.Orderings);
4745
public OrderByClauseSyntax WithOrderings(SeparatedSyntaxList<OrderingSyntax> orderings) =>
Update
(this.OrderByKeyword, orderings);