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)
4744public OrderByClauseSyntax WithOrderByKeyword(SyntaxToken orderByKeyword) => Update(orderByKeyword, this.Orderings); 4745public OrderByClauseSyntax WithOrderings(SeparatedSyntaxList<OrderingSyntax> orderings) => Update(this.OrderByKeyword, orderings);