Generated\BoundNodes.xml.Generated.cs (9)
3991public BoundDoStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
3995var result = new BoundDoStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9285return VisitDoStatement((BoundDoStatement)node, arg);
9664public virtual R VisitDoStatement(BoundDoStatement node, A arg) => this.DefaultVisit(node, arg);
9905public virtual BoundNode? VisitDoStatement(BoundDoStatement node) => this.DefaultVisit(node);
10439public override BoundNode? VisitDoStatement(BoundDoStatement node)
11745public override BoundNode? VisitDoStatement(BoundDoStatement node)
13905public override BoundNode? VisitDoStatement(BoundDoStatement node)
16374public override TreeDumperNode VisitDoStatement(BoundDoStatement node, object? arg) => new TreeDumperNode("doStatement", null, new TreeDumperNode[]