Generated\BoundNodes.xml.Generated.cs (8)
3074public BoundSequencePointWithSpan Update(BoundStatement? statementOpt, TextSpan span)
3078var result = new BoundSequencePointWithSpan(this.Syntax, statementOpt, span, this.HasErrors);
8667return VisitSequencePointWithSpan((BoundSequencePointWithSpan)node, arg);
9046public virtual R VisitSequencePointWithSpan(BoundSequencePointWithSpan node, A arg) => this.DefaultVisit(node, arg);
9274public virtual BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node) => this.DefaultVisit(node);
9708public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
10880public override BoundNode? VisitSequencePointWithSpan(BoundSequencePointWithSpan node)
15121public override TreeDumperNode VisitSequencePointWithSpan(BoundSequencePointWithSpan node, object? arg) => new TreeDumperNode("sequencePointWithSpan", null, new TreeDumperNode[]