5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Syntax.xml.Main.Generated.cs (1)
2200
=> node.
Update
(VisitToken(node.HashToken), VisitToken(node.EndRegionKeyword), VisitToken(node.EndOfDirectiveToken), node.IsActive);
Syntax.xml.Syntax.Generated.cs (4)
15889
public new EndRegionDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) =>
Update
(hashToken, this.EndRegionKeyword, this.EndOfDirectiveToken, this.IsActive);
15890
public EndRegionDirectiveTriviaSyntax WithEndRegionKeyword(SyntaxToken endRegionKeyword) =>
Update
(this.HashToken, endRegionKeyword, this.EndOfDirectiveToken, this.IsActive);
15892
public new EndRegionDirectiveTriviaSyntax WithEndOfDirectiveToken(SyntaxToken endOfDirectiveToken) =>
Update
(this.HashToken, this.EndRegionKeyword, endOfDirectiveToken, this.IsActive);
15893
public EndRegionDirectiveTriviaSyntax WithIsActive(bool isActive) =>
Update
(this.HashToken, this.EndRegionKeyword, this.EndOfDirectiveToken, isActive);