3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Main.Generated.cs (1)
1849
=> node.
Update
((TypeSyntax?)Visit(node.Type) ?? throw new ArgumentNullException("type"), VisitList(node.Variables));
Syntax.xml.Syntax.Generated.cs (2)
6637
public VariableDeclarationSyntax WithType(TypeSyntax type) =>
Update
(type, this.Variables);
6638
public VariableDeclarationSyntax WithVariables(SeparatedSyntaxList<VariableDeclaratorSyntax> variables) =>
Update
(this.Type, variables);