7 references to Update
Microsoft.CodeAnalysis.CSharp (7)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2254
=> node.
Update
(VisitToken(node.HashToken), VisitToken(node.LineKeyword), VisitToken(node.Line), VisitToken(node.File), VisitToken(node.EndOfDirectiveToken), node.IsActive);
_generated\2\Syntax.xml.Syntax.Generated.cs (6)
16530
public new LineDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) =>
Update
(hashToken, this.LineKeyword, this.Line, this.File, this.EndOfDirectiveToken, this.IsActive);
16532
public new LineDirectiveTriviaSyntax WithLineKeyword(SyntaxToken lineKeyword) =>
Update
(this.HashToken, lineKeyword, this.Line, this.File, this.EndOfDirectiveToken, this.IsActive);
16533
public LineDirectiveTriviaSyntax WithLine(SyntaxToken line) =>
Update
(this.HashToken, this.LineKeyword, line, this.File, this.EndOfDirectiveToken, this.IsActive);
16535
public new LineDirectiveTriviaSyntax WithFile(SyntaxToken file) =>
Update
(this.HashToken, this.LineKeyword, this.Line, file, this.EndOfDirectiveToken, this.IsActive);
16537
public new LineDirectiveTriviaSyntax WithEndOfDirectiveToken(SyntaxToken endOfDirectiveToken) =>
Update
(this.HashToken, this.LineKeyword, this.Line, this.File, endOfDirectiveToken, this.IsActive);
16538
public LineDirectiveTriviaSyntax WithIsActive(bool isActive) =>
Update
(this.HashToken, this.LineKeyword, this.Line, this.File, this.EndOfDirectiveToken, isActive);