3 references to Update
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)
4789
public OrderByClauseSyntax WithOrderByKeyword(SyntaxToken orderByKeyword) =>
Update
(orderByKeyword, this.Orderings);
4790
public OrderByClauseSyntax WithOrderings(SeparatedSyntaxList<OrderingSyntax> orderings) =>
Update
(this.OrderByKeyword, orderings);