Generated\BoundNodes.xml.Generated.cs (9)
3983public BoundWhileStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
3987var result = new BoundWhileStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9076return VisitWhileStatement((BoundWhileStatement)node, arg);
9445public virtual R VisitWhileStatement(BoundWhileStatement node, A arg) => this.DefaultVisit(node, arg);
9681public virtual BoundNode? VisitWhileStatement(BoundWhileStatement node) => this.DefaultVisit(node);
10201public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
11473public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
13596public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
16034public override TreeDumperNode VisitWhileStatement(BoundWhileStatement node, object? arg) => new TreeDumperNode("whileStatement", null, new TreeDumperNode[]