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