1 write to _enumType
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\ObjectFlowControl.vb (1)
211
loopFor.
_enumType
= currentEnumType
4 references to _enumType
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\ObjectFlowControl.vb (4)
241
If Not loopFor.
_enumType
Is Nothing Then
242
CounterResult = System.Enum.ToObject(loopFor.
_enumType
, loopFor._counter)
303
If Not loopFor.
_enumType
Is Nothing Then
304
CounterResult = System.Enum.ToObject(loopFor.
_enumType
, loopFor._counter)