2 references to BoundForToStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (1)
3221
Return New
BoundForToStatement
(
Generated\BoundNodes.xml.Generated.vb (1)
5606
Dim result = New
BoundForToStatement
(Me.Syntax, initialValue, limitValue, stepValue, checked, operatorsOpt, declaredOrInferredLocalOpt, controlVariable, body, nextVariablesOpt, continueLabel, exitLabel, Me.HasErrors)