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