Generated\BoundNodes.xml.Generated.cs (9)
4010public BoundDoStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
4014var result = new BoundDoStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9302return VisitDoStatement((BoundDoStatement)node, arg);
9681public virtual R VisitDoStatement(BoundDoStatement node, A arg) => this.DefaultVisit(node, arg);
9922public virtual BoundNode? VisitDoStatement(BoundDoStatement node) => this.DefaultVisit(node);
10444public override BoundNode? VisitDoStatement(BoundDoStatement node)
11745public override BoundNode? VisitDoStatement(BoundDoStatement node)
13898public override BoundNode? VisitDoStatement(BoundDoStatement node)
16362public override TreeDumperNode VisitDoStatement(BoundDoStatement node, object? arg) => new TreeDumperNode("doStatement", null, new TreeDumperNode[]