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