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