Generated\BoundNodes.xml.Generated.cs (9)
3975public BoundDoStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
3979var result = new BoundDoStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9102return VisitDoStatement((BoundDoStatement)node, arg);
9472public virtual R VisitDoStatement(BoundDoStatement node, A arg) => this.DefaultVisit(node, arg);
9708public virtual BoundNode? VisitDoStatement(BoundDoStatement node) => this.DefaultVisit(node);
10225public override BoundNode? VisitDoStatement(BoundDoStatement node)
11497public override BoundNode? VisitDoStatement(BoundDoStatement node)
13612public override BoundNode? VisitDoStatement(BoundDoStatement node)
16040public override TreeDumperNode VisitDoStatement(BoundDoStatement node, object? arg) => new TreeDumperNode("doStatement", null, new TreeDumperNode[]