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