Generated\BoundNodes.xml.Generated.cs (8)
3186public BoundSequencePointWithSpan Update(BoundStatement? statementOpt, TextSpan span)
3190var result = new BoundSequencePointWithSpan(this.Syntax, statementOpt, span, this.HasErrors);
9028return VisitSequencePointWithSpan((BoundSequencePointWithSpan)node, arg);
9420public virtual R VisitSequencePointWithSpan(BoundSequencePointWithSpan node, A arg) => this.DefaultVisit(node, arg);
9656public virtual BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node) => this.DefaultVisit(node);
10102public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
11312public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
15718public override TreeDumperNode VisitSequencePointWithSpan(BoundSequencePointWithSpan node, object? arg) => new TreeDumperNode("sequencePointWithSpan", null, new TreeDumperNode[]