Generated\BoundNodes.xml.Generated.cs (9)
4025public BoundForStatement Update(ImmutableArray<LocalSymbol> outerLocals, BoundStatement? initializer, ImmutableArray<LocalSymbol> innerLocals, BoundExpression? condition, BoundStatement? increment, BoundStatement body, LabelSymbol breakLabel, LabelSymbol continueLabel)
4029var result = new BoundForStatement(this.Syntax, outerLocals, initializer, innerLocals, condition, increment, body, breakLabel, continueLabel, this.HasErrors);
9078return VisitForStatement((BoundForStatement)node, arg);
9446public virtual R VisitForStatement(BoundForStatement node, A arg) => this.DefaultVisit(node, arg);
9682public virtual BoundNode? VisitForStatement(BoundForStatement node) => this.DefaultVisit(node);
10207public override BoundNode? VisitForStatement(BoundForStatement node)
11482public override BoundNode? VisitForStatement(BoundForStatement node)
13604public override BoundNode? VisitForStatement(BoundForStatement node)
16044public override TreeDumperNode VisitForStatement(BoundForStatement node, object? arg) => new TreeDumperNode("forStatement", null, new TreeDumperNode[]