Generated\BoundNodes.xml.Generated.cs (8)
3797public BoundContinueStatement Update(LabelSymbol label, BoundLabel? labelExpressionOpt)
3801var result = new BoundContinueStatement(this.Syntax, label, labelExpressionOpt, this.HasErrors);
9273return VisitContinueStatement((BoundContinueStatement)node, arg);
9656public virtual R VisitContinueStatement(BoundContinueStatement node, A arg) => this.DefaultVisit(node, arg);
9897public virtual BoundNode? VisitContinueStatement(BoundContinueStatement node) => this.DefaultVisit(node);
10411public override BoundNode? VisitContinueStatement(BoundContinueStatement node)
11709public override BoundNode? VisitContinueStatement(BoundContinueStatement node)
16328public override TreeDumperNode VisitContinueStatement(BoundContinueStatement node, object? arg) => new TreeDumperNode("continueStatement", null, new TreeDumperNode[]