6 references to Update
Microsoft.CodeAnalysis.CSharp (6)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2245
=> node.
Update
(VisitToken(node.HashToken), VisitToken(node.ReferenceKeyword), VisitToken(node.File), VisitToken(node.EndOfDirectiveToken), node.IsActive);
_generated\2\Syntax.xml.Syntax.Generated.cs (5)
16590
public new ReferenceDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) =>
Update
(hashToken, this.ReferenceKeyword, this.File, this.EndOfDirectiveToken, this.IsActive);
16591
public ReferenceDirectiveTriviaSyntax WithReferenceKeyword(SyntaxToken referenceKeyword) =>
Update
(this.HashToken, referenceKeyword, this.File, this.EndOfDirectiveToken, this.IsActive);
16592
public ReferenceDirectiveTriviaSyntax WithFile(SyntaxToken file) =>
Update
(this.HashToken, this.ReferenceKeyword, file, this.EndOfDirectiveToken, this.IsActive);
16594
public new ReferenceDirectiveTriviaSyntax WithEndOfDirectiveToken(SyntaxToken endOfDirectiveToken) =>
Update
(this.HashToken, this.ReferenceKeyword, this.File, endOfDirectiveToken, this.IsActive);
16595
public ReferenceDirectiveTriviaSyntax WithIsActive(bool isActive) =>
Update
(this.HashToken, this.ReferenceKeyword, this.File, this.EndOfDirectiveToken, isActive);