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