Generated\BoundNodes.xml.Generated.cs (8)
3796public BoundContinueStatement Update(LabelSymbol label, BoundLabel? labelExpressionOpt)
3800var result = new BoundContinueStatement(this.Syntax, label, labelExpressionOpt, this.HasErrors);
9272return VisitContinueStatement((BoundContinueStatement)node, arg);
9655public virtual R VisitContinueStatement(BoundContinueStatement node, A arg) => this.DefaultVisit(node, arg);
9896public virtual BoundNode? VisitContinueStatement(BoundContinueStatement node) => this.DefaultVisit(node);
10410public override BoundNode? VisitContinueStatement(BoundContinueStatement node)
11708public override BoundNode? VisitContinueStatement(BoundContinueStatement node)
16327public override TreeDumperNode VisitContinueStatement(BoundContinueStatement node, object? arg) => new TreeDumperNode("continueStatement", null, new TreeDumperNode[]