4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Syntax.xml.Main.Generated.cs (1)
2032
=> node.
Update
(VisitToken(node.NewKeyword), VisitToken(node.OpenParenToken), VisitToken(node.CloseParenToken));
Syntax.xml.Syntax.Generated.cs (3)
11754
public ConstructorConstraintSyntax WithNewKeyword(SyntaxToken newKeyword) =>
Update
(newKeyword, this.OpenParenToken, this.CloseParenToken);
11755
public ConstructorConstraintSyntax WithOpenParenToken(SyntaxToken openParenToken) =>
Update
(this.NewKeyword, openParenToken, this.CloseParenToken);
11756
public ConstructorConstraintSyntax WithCloseParenToken(SyntaxToken closeParenToken) =>
Update
(this.NewKeyword, this.OpenParenToken, closeParenToken);