Generated\BoundNodes.xml.Generated.cs (8)
3206public BoundSequencePointWithSpan Update(BoundStatement? statementOpt, TextSpan span)
3210var result = new BoundSequencePointWithSpan(this.Syntax, statementOpt, span, this.HasErrors);
9058return VisitSequencePointWithSpan((BoundSequencePointWithSpan)node, arg);
9450public virtual R VisitSequencePointWithSpan(BoundSequencePointWithSpan node, A arg) => this.DefaultVisit(node, arg);
9686public virtual BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node) => this.DefaultVisit(node);
10134public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
11387public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
15884public override TreeDumperNode VisitSequencePointWithSpan(BoundSequencePointWithSpan node, object? arg) => new TreeDumperNode("sequencePointWithSpan", null, new TreeDumperNode[]