Generated\BoundNodes.xml.Generated.cs (9)
3990public BoundDoStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
3994var result = new BoundDoStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9280return VisitDoStatement((BoundDoStatement)node, arg);
9659public virtual R VisitDoStatement(BoundDoStatement node, A arg) => this.DefaultVisit(node, arg);
9900public virtual BoundNode? VisitDoStatement(BoundDoStatement node) => this.DefaultVisit(node);
10434public override BoundNode? VisitDoStatement(BoundDoStatement node)
11738public override BoundNode? VisitDoStatement(BoundDoStatement node)
13896public override BoundNode? VisitDoStatement(BoundDoStatement node)
16363public override TreeDumperNode VisitDoStatement(BoundDoStatement node, object? arg) => new TreeDumperNode("doStatement", null, new TreeDumperNode[]