Generated\BoundNodes.xml.Generated.cs (9)
4023public BoundForStatement Update(ImmutableArray<LocalSymbol> outerLocals, BoundStatement? initializer, ImmutableArray<LocalSymbol> innerLocals, BoundExpression? condition, BoundStatement? increment, BoundStatement body, GeneratedLabelSymbol breakLabel, GeneratedLabelSymbol continueLabel)
4027var result = new BoundForStatement(this.Syntax, outerLocals, initializer, innerLocals, condition, increment, body, breakLabel, continueLabel, this.HasErrors);
9040return VisitForStatement((BoundForStatement)node, arg);
9408public virtual R VisitForStatement(BoundForStatement node, A arg) => this.DefaultVisit(node, arg);
9644public virtual BoundNode? VisitForStatement(BoundForStatement node) => this.DefaultVisit(node);
10169public override BoundNode? VisitForStatement(BoundForStatement node)
11380public override BoundNode? VisitForStatement(BoundForStatement node)
13419public override BoundNode? VisitForStatement(BoundForStatement node)
15858public override TreeDumperNode VisitForStatement(BoundForStatement node, object? arg) => new TreeDumperNode("forStatement", null, new TreeDumperNode[]