5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2212
=> node.
Update
(VisitToken(node.HashToken), VisitToken(node.EndRegionKeyword), VisitToken(node.EndOfDirectiveToken), node.IsActive);
_generated\2\Syntax.xml.Syntax.Generated.cs (4)
15939
public new EndRegionDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) =>
Update
(hashToken, this.EndRegionKeyword, this.EndOfDirectiveToken, this.IsActive);
15940
public EndRegionDirectiveTriviaSyntax WithEndRegionKeyword(SyntaxToken endRegionKeyword) =>
Update
(this.HashToken, endRegionKeyword, this.EndOfDirectiveToken, this.IsActive);
15942
public new EndRegionDirectiveTriviaSyntax WithEndOfDirectiveToken(SyntaxToken endOfDirectiveToken) =>
Update
(this.HashToken, this.EndRegionKeyword, endOfDirectiveToken, this.IsActive);
15943
public EndRegionDirectiveTriviaSyntax WithIsActive(bool isActive) =>
Update
(this.HashToken, this.EndRegionKeyword, this.EndOfDirectiveToken, isActive);