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);
9281return VisitDoStatement((BoundDoStatement)node, arg);
9660public virtual R VisitDoStatement(BoundDoStatement node, A arg) => this.DefaultVisit(node, arg);
9901public virtual BoundNode? VisitDoStatement(BoundDoStatement node) => this.DefaultVisit(node);
10435public override BoundNode? VisitDoStatement(BoundDoStatement node)
11739public override BoundNode? VisitDoStatement(BoundDoStatement node)
13897public override BoundNode? VisitDoStatement(BoundDoStatement node)
16364public override TreeDumperNode VisitDoStatement(BoundDoStatement node, object? arg) => new TreeDumperNode("doStatement", null, new TreeDumperNode[]