Generated\BoundNodes.xml.Generated.cs (9)
3953public BoundDoStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
3957var result = new BoundDoStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9074return VisitDoStatement((BoundDoStatement)node, arg);
9444public virtual R VisitDoStatement(BoundDoStatement node, A arg) => this.DefaultVisit(node, arg);
9680public virtual BoundNode? VisitDoStatement(BoundDoStatement node) => this.DefaultVisit(node);
10195public override BoundNode? VisitDoStatement(BoundDoStatement node)
11464public override BoundNode? VisitDoStatement(BoundDoStatement node)
13588public override BoundNode? VisitDoStatement(BoundDoStatement node)
16024public override TreeDumperNode VisitDoStatement(BoundDoStatement node, object? arg) => new TreeDumperNode("doStatement", null, new TreeDumperNode[]