2 references to Update
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Main.Generated.cs (1)
2116=> node.Update((TypeSyntax?)Visit(node.Type) ?? throw new ArgumentNullException("type"));
Syntax.xml.Syntax.Generated.cs (1)
14141public TypeCrefSyntax WithType(TypeSyntax type) => Update(type);