Generated\BoundNodes.xml.Generated.cs (9)
4020public BoundWhileStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
4024var result = new BoundWhileStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9282return VisitWhileStatement((BoundWhileStatement)node, arg);
9660public virtual R VisitWhileStatement(BoundWhileStatement node, A arg) => this.DefaultVisit(node, arg);
9901public virtual BoundNode? VisitWhileStatement(BoundWhileStatement node) => this.DefaultVisit(node);
10440public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
11747public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
13904public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
16373public override TreeDumperNode VisitWhileStatement(BoundWhileStatement node, object? arg) => new TreeDumperNode("whileStatement", null, new TreeDumperNode[]