Generated\BoundNodes.xml.Generated.cs (9)
3950public BoundDoStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
3954var result = new BoundDoStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9073return VisitDoStatement((BoundDoStatement)node, arg);
9443public virtual R VisitDoStatement(BoundDoStatement node, A arg) => this.DefaultVisit(node, arg);
9679public virtual BoundNode? VisitDoStatement(BoundDoStatement node) => this.DefaultVisit(node);
10196public override BoundNode? VisitDoStatement(BoundDoStatement node)
11467public override BoundNode? VisitDoStatement(BoundDoStatement node)
13577public override BoundNode? VisitDoStatement(BoundDoStatement node)
16014public override TreeDumperNode VisitDoStatement(BoundDoStatement node, object? arg) => new TreeDumperNode("doStatement", null, new TreeDumperNode[]