3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Main.Generated.cs (1)
2035
=> node.
Update
((TypeSyntax?)Visit(node.Type) ?? throw new ArgumentNullException("type"), (ArgumentListSyntax?)Visit(node.ArgumentList) ?? throw new ArgumentNullException("argumentList"));
Syntax.xml.Syntax.Generated.cs (2)
11667
public new PrimaryConstructorBaseTypeSyntax WithType(TypeSyntax type) =>
Update
(type, this.ArgumentList);
11668
public PrimaryConstructorBaseTypeSyntax WithArgumentList(ArgumentListSyntax argumentList) =>
Update
(this.Type, argumentList);