Generated\BoundNodes.xml.Generated.cs (9)
4007public BoundDoStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
4011var result = new BoundDoStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9178return VisitDoStatement((BoundDoStatement)node, arg);
9551public virtual R VisitDoStatement(BoundDoStatement node, A arg) => this.DefaultVisit(node, arg);
9789public virtual BoundNode? VisitDoStatement(BoundDoStatement node) => this.DefaultVisit(node);
10308public override BoundNode? VisitDoStatement(BoundDoStatement node)
11592public override BoundNode? VisitDoStatement(BoundDoStatement node)
13724public override BoundNode? VisitDoStatement(BoundDoStatement node)
16160public override TreeDumperNode VisitDoStatement(BoundDoStatement node, object? arg) => new TreeDumperNode("doStatement", null, new TreeDumperNode[]