Generated\BoundNodes.xml.Generated.cs (9)
3869public BoundWhileStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, GeneratedLabelSymbol breakLabel, GeneratedLabelSymbol continueLabel)
3873var result = new BoundWhileStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
8713return VisitWhileStatement((BoundWhileStatement)node, arg);
9069public virtual R VisitWhileStatement(BoundWhileStatement node, A arg) => this.DefaultVisit(node, arg);
9297public virtual BoundNode? VisitWhileStatement(BoundWhileStatement node) => this.DefaultVisit(node);
9805public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
10978public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
12943public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
15287public override TreeDumperNode VisitWhileStatement(BoundWhileStatement node, object? arg) => new TreeDumperNode("whileStatement", null, new TreeDumperNode[]