Generated\BoundNodes.xml.Generated.cs (8)
3797public BoundContinueStatement Update(LabelSymbol label, BoundLabel? labelExpressionOpt)
3801var result = new BoundContinueStatement(this.Syntax, label, labelExpressionOpt, this.HasErrors);
9277return VisitContinueStatement((BoundContinueStatement)node, arg);
9660public virtual R VisitContinueStatement(BoundContinueStatement node, A arg) => this.DefaultVisit(node, arg);
9901public virtual BoundNode? VisitContinueStatement(BoundContinueStatement node) => this.DefaultVisit(node);
10415public override BoundNode? VisitContinueStatement(BoundContinueStatement node)
11715public override BoundNode? VisitContinueStatement(BoundContinueStatement node)
16338public override TreeDumperNode VisitContinueStatement(BoundContinueStatement node, object? arg) => new TreeDumperNode("continueStatement", null, new TreeDumperNode[]