5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Syntax.xml.Main.Generated.cs (1)
2239
=> node.
Update
(VisitToken(node.HashToken), VisitToken(node.ExclamationToken), VisitToken(node.EndOfDirectiveToken), node.IsActive);
Syntax.xml.Syntax.Generated.cs (4)
16642
public new ShebangDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) =>
Update
(hashToken, this.ExclamationToken, this.EndOfDirectiveToken, this.IsActive);
16643
public ShebangDirectiveTriviaSyntax WithExclamationToken(SyntaxToken exclamationToken) =>
Update
(this.HashToken, exclamationToken, this.EndOfDirectiveToken, this.IsActive);
16645
public new ShebangDirectiveTriviaSyntax WithEndOfDirectiveToken(SyntaxToken endOfDirectiveToken) =>
Update
(this.HashToken, this.ExclamationToken, endOfDirectiveToken, this.IsActive);
16646
public ShebangDirectiveTriviaSyntax WithIsActive(bool isActive) =>
Update
(this.HashToken, this.ExclamationToken, this.EndOfDirectiveToken, isActive);