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);
9071return VisitDoStatement((BoundDoStatement)node, arg);
9441public virtual R VisitDoStatement(BoundDoStatement node, A arg) => this.DefaultVisit(node, arg);
9677public virtual BoundNode? VisitDoStatement(BoundDoStatement node) => this.DefaultVisit(node);
10194public override BoundNode? VisitDoStatement(BoundDoStatement node)
11466public override BoundNode? VisitDoStatement(BoundDoStatement node)
13577public override BoundNode? VisitDoStatement(BoundDoStatement node)
16015public override TreeDumperNode VisitDoStatement(BoundDoStatement node, object? arg) => new TreeDumperNode("doStatement", null, new TreeDumperNode[]