Generated\BoundNodes.xml.Generated.cs (8)
3185public BoundSequencePointWithSpan Update(BoundStatement? statementOpt, TextSpan span)
3189var result = new BoundSequencePointWithSpan(this.Syntax, statementOpt, span, this.HasErrors);
8991return VisitSequencePointWithSpan((BoundSequencePointWithSpan)node, arg);
9383public virtual R VisitSequencePointWithSpan(BoundSequencePointWithSpan node, A arg) => this.DefaultVisit(node, arg);
9619public virtual BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node) => this.DefaultVisit(node);
10065public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
11275public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
15681public override TreeDumperNode VisitSequencePointWithSpan(BoundSequencePointWithSpan node, object? arg) => new TreeDumperNode("sequencePointWithSpan", null, new TreeDumperNode[]