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