3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Main.Generated.cs (1)
1726
=> node.
Update
(VisitToken(node.WithKeyword), (ArgumentListSyntax?)Visit(node.ArgumentList) ?? throw new ArgumentNullException("argumentList"));
Syntax.xml.Syntax.Generated.cs (2)
4314
public WithElementSyntax WithWithKeyword(SyntaxToken withKeyword) =>
Update
(withKeyword, this.ArgumentList);
4315
public WithElementSyntax WithArgumentList(ArgumentListSyntax argumentList) =>
Update
(this.WithKeyword, argumentList);