3 writes to _index
mscorlib (3)
system\array.cs (3)
2580_index = -1; 2591_index++; 2606_index = -1;
5 references to _index
mscorlib (5)
system\array.cs (5)
2590if (_index < _endIndex) { 2592return (_index < _endIndex); 2599if (_index < 0) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted)); 2600if (_index >= _endIndex) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumEnded)); 2601return _array.GetValue(_index);