Generated\BoundNodes.xml.Generated.cs (8)
3173public BoundSequencePointWithSpan Update(BoundStatement? statementOpt, TextSpan span)
3177var result = new BoundSequencePointWithSpan(this.Syntax, statementOpt, span, this.HasErrors);
9015return VisitSequencePointWithSpan((BoundSequencePointWithSpan)node, arg);
9407public virtual R VisitSequencePointWithSpan(BoundSequencePointWithSpan node, A arg) => this.DefaultVisit(node, arg);
9643public virtual BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node) => this.DefaultVisit(node);
10089public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
11339public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
15830public override TreeDumperNode VisitSequencePointWithSpan(BoundSequencePointWithSpan node, object? arg) => new TreeDumperNode("sequencePointWithSpan", null, new TreeDumperNode[]