Generated\BoundNodes.xml.Generated.cs (9)
4037public BoundWhileStatement Update(ImmutableArray<LocalSymbol> locals, BoundExpression condition, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
4041var result = new BoundWhileStatement(this.Syntax, locals, condition, body, breakLabel, continueLabel, this.HasErrors);
9180return VisitWhileStatement((BoundWhileStatement)node, arg);
9552public virtual R VisitWhileStatement(BoundWhileStatement node, A arg) => this.DefaultVisit(node, arg);
9790public virtual BoundNode? VisitWhileStatement(BoundWhileStatement node) => this.DefaultVisit(node);
10314public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
11601public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
13732public override BoundNode? VisitWhileStatement(BoundWhileStatement node)
16170public override TreeDumperNode VisitWhileStatement(BoundWhileStatement node, object? arg) => new TreeDumperNode("whileStatement", null, new TreeDumperNode[]