Generated\BoundNodes.xml.Generated.cs (9)
4005public BoundWhileStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
4009var result = new BoundWhileStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9104return VisitWhileStatement((BoundWhileStatement)node, arg);
9473public virtual R VisitWhileStatement(BoundWhileStatement node, A arg) => this.DefaultVisit(node, arg);
9709public virtual BoundNode? VisitWhileStatement(BoundWhileStatement node) => this.DefaultVisit(node);
10231public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
11506public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
13620public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
16050public override TreeDumperNode VisitWhileStatement(BoundWhileStatement node, object? arg) => new TreeDumperNode("whileStatement", null, new TreeDumperNode[]