5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Syntax.xml.Main.Generated.cs (1)
2209
=> node.
Update
(VisitToken(node.HashToken), VisitToken(node.Identifier), VisitToken(node.EndOfDirectiveToken), node.IsActive);
Syntax.xml.Syntax.Generated.cs (4)
16036
public new BadDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) =>
Update
(hashToken, this.Identifier, this.EndOfDirectiveToken, this.IsActive);
16037
public BadDirectiveTriviaSyntax WithIdentifier(SyntaxToken identifier) =>
Update
(this.HashToken, identifier, this.EndOfDirectiveToken, this.IsActive);
16039
public new BadDirectiveTriviaSyntax WithEndOfDirectiveToken(SyntaxToken endOfDirectiveToken) =>
Update
(this.HashToken, this.Identifier, endOfDirectiveToken, this.IsActive);
16040
public BadDirectiveTriviaSyntax WithIsActive(bool isActive) =>
Update
(this.HashToken, this.Identifier, this.EndOfDirectiveToken, isActive);