2 references to BoundForStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\ForLoopBinder.cs (1)
129return new BoundForStatement(node,
Generated\BoundNodes.xml.Generated.cs (1)
4026var result = new BoundForStatement(this.Syntax, outerLocals, initializer, innerLocals, condition, increment, body, breakLabel, continueLabel, this.HasErrors);