Generated\BoundNodes.xml.Generated.cs (8)
3188public BoundSequencePointWithSpan Update(BoundStatement? statementOpt, TextSpan span)
3192var result = new BoundSequencePointWithSpan(this.Syntax, statementOpt, span, this.HasErrors);
9030return VisitSequencePointWithSpan((BoundSequencePointWithSpan)node, arg);
9422public virtual R VisitSequencePointWithSpan(BoundSequencePointWithSpan node, A arg) => this.DefaultVisit(node, arg);
9658public virtual BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node) => this.DefaultVisit(node);
10104public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
11354public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
15868public override TreeDumperNode VisitSequencePointWithSpan(BoundSequencePointWithSpan node, object? arg) => new TreeDumperNode("sequencePointWithSpan", null, new TreeDumperNode[]