Generated\BoundNodes.xml.Generated.cs (9)
3949public BoundDoStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
3953var result = new BoundDoStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9070return VisitDoStatement((BoundDoStatement)node, arg);
9440public virtual R VisitDoStatement(BoundDoStatement node, A arg) => this.DefaultVisit(node, arg);
9676public virtual BoundNode? VisitDoStatement(BoundDoStatement node) => this.DefaultVisit(node);
10191public override BoundNode? VisitDoStatement(BoundDoStatement node)
11458public override BoundNode? VisitDoStatement(BoundDoStatement node)
13582public override BoundNode? VisitDoStatement(BoundDoStatement node)
16016public override TreeDumperNode VisitDoStatement(BoundDoStatement node, object? arg) => new TreeDumperNode("doStatement", null, new TreeDumperNode[]