5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Syntax.xml.Main.Generated.cs (1)
2197
=> node.
Update
(VisitToken(node.HashToken), VisitToken(node.RegionKeyword), VisitToken(node.EndOfDirectiveToken), node.IsActive);
Syntax.xml.Syntax.Generated.cs (4)
15840
public new RegionDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) =>
Update
(hashToken, this.RegionKeyword, this.EndOfDirectiveToken, this.IsActive);
15841
public RegionDirectiveTriviaSyntax WithRegionKeyword(SyntaxToken regionKeyword) =>
Update
(this.HashToken, regionKeyword, this.EndOfDirectiveToken, this.IsActive);
15843
public new RegionDirectiveTriviaSyntax WithEndOfDirectiveToken(SyntaxToken endOfDirectiveToken) =>
Update
(this.HashToken, this.RegionKeyword, endOfDirectiveToken, this.IsActive);
15844
public RegionDirectiveTriviaSyntax WithIsActive(bool isActive) =>
Update
(this.HashToken, this.RegionKeyword, this.EndOfDirectiveToken, isActive);