2 references to BoundForEachStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (1)
3515
Return New
BoundForEachStatement
(node,
Generated\BoundNodes.xml.Generated.vb (1)
5653
Dim result = New
BoundForEachStatement
(Me.Syntax, collection, enumeratorInfo, declaredOrInferredLocalOpt, controlVariable, body, nextVariablesOpt, continueLabel, exitLabel, Me.HasErrors)