3 writes to _stepValue
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\ObjectFlowControl.vb (3)
223loopFor._stepValue = ConvertLoopElement("Step", StepValue, stepType, loopFor._widestType) 294loopFor._stepValue = ConvertLoopElement("Step", loopFor._stepValue, loopFor._stepValue.GetType(), loopFor._widestType) 312loopFor._stepValue = Conversions.ChangeType(loopFor._stepValue, MapTypeCodeToType(resultTypeCode))
8 references to _stepValue
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\ObjectFlowControl.vb (8)
235loopFor._stepValue, 236Operators.SubtractObject(loopFor._stepValue, loopFor._stepValue), 294loopFor._stepValue = ConvertLoopElement("Step", loopFor._stepValue, loopFor._stepValue.GetType(), loopFor._widestType) 299loopFor._counter = Operators.AddObject(Counter, loopFor._stepValue) 312loopFor._stepValue = Conversions.ChangeType(loopFor._stepValue, MapTypeCodeToType(resultTypeCode)) 322loopFor._stepValue)