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