6 references to Update
Microsoft.CodeAnalysis.CSharp (6)
Syntax.xml.Main.Generated.cs (1)
2233
=> node.
Update
(VisitToken(node.HashToken), VisitToken(node.ReferenceKeyword), VisitToken(node.File), VisitToken(node.EndOfDirectiveToken), node.IsActive);
Syntax.xml.Syntax.Generated.cs (5)
16540
public new ReferenceDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) =>
Update
(hashToken, this.ReferenceKeyword, this.File, this.EndOfDirectiveToken, this.IsActive);
16541
public ReferenceDirectiveTriviaSyntax WithReferenceKeyword(SyntaxToken referenceKeyword) =>
Update
(this.HashToken, referenceKeyword, this.File, this.EndOfDirectiveToken, this.IsActive);
16542
public ReferenceDirectiveTriviaSyntax WithFile(SyntaxToken file) =>
Update
(this.HashToken, this.ReferenceKeyword, file, this.EndOfDirectiveToken, this.IsActive);
16544
public new ReferenceDirectiveTriviaSyntax WithEndOfDirectiveToken(SyntaxToken endOfDirectiveToken) =>
Update
(this.HashToken, this.ReferenceKeyword, this.File, endOfDirectiveToken, this.IsActive);
16545
public ReferenceDirectiveTriviaSyntax WithIsActive(bool isActive) =>
Update
(this.HashToken, this.ReferenceKeyword, this.File, this.EndOfDirectiveToken, isActive);