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