Generated\BoundNodes.xml.Generated.cs (9)
3981public BoundWhileStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, GeneratedLabelSymbol breakLabel, GeneratedLabelSymbol continueLabel)
3985var result = new BoundWhileStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9038return VisitWhileStatement((BoundWhileStatement)node, arg);
9407public virtual R VisitWhileStatement(BoundWhileStatement node, A arg) => this.DefaultVisit(node, arg);
9643public virtual BoundNode? VisitWhileStatement(BoundWhileStatement node) => this.DefaultVisit(node);
10163public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
11374public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
13411public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
15848public override TreeDumperNode VisitWhileStatement(BoundWhileStatement node, object? arg) => new TreeDumperNode("whileStatement", null, new TreeDumperNode[]