4 writes to _counter
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\ObjectFlowControl.vb (4)
221loopFor._counter = ConvertLoopElement("Start", Start, startType, loopFor._widestType) 299loopFor._counter = Operators.AddObject(Counter, loopFor._stepValue) 318loopFor._counter = Operators.InvokeUserDefinedOperator( 325loopFor._counter = ConvertLoopElement("Start", loopFor._counter, loopFor._counter.GetType(), loopFor._widestType)
17 references to _counter
Microsoft.VisualBasic.Core (17)
Microsoft\VisualBasic\CompilerServices\ObjectFlowControl.vb (17)
227loopFor._operatorPlus = VerifyForLoopOperator(UserDefinedOperator.Plus, loopFor._counter, loopFor._widestType) 228VerifyForLoopOperator(UserDefinedOperator.Minus, loopFor._counter, loopFor._widestType) 229loopFor._operatorLessEqual = VerifyForLoopOperator(UserDefinedOperator.LessEqual, loopFor._counter, loopFor._widestType) 230loopFor._operatorGreaterEqual = VerifyForLoopOperator(UserDefinedOperator.GreaterEqual, loopFor._counter, loopFor._widestType) 242CounterResult = System.Enum.ToObject(loopFor._enumType, loopFor._counter) 244CounterResult = loopFor._counter 301Dim resultTypeCode As TypeCode = loopFor._counter.GetType.GetTypeCode ' CType(LoopFor.Counter, IConvertible).GetTypeCode() 304CounterResult = System.Enum.ToObject(loopFor._enumType, loopFor._counter) 306CounterResult = loopFor._counter 324If loopFor._counter.GetType() IsNot loopFor._widestType Then 325loopFor._counter = ConvertLoopElement("Start", loopFor._counter, loopFor._counter.GetType(), loopFor._widestType) 328CounterResult = loopFor._counter 369icompare = CType(loopFor._counter, IComparable) 379Throw New ArgumentException(SR.Format(SR.Argument_IComparable2, "loop control variable", VBFriendlyName(loopFor._counter))) 386loopFor._counter, 392loopFor._counter,