3 writes to _index
mscorlib (3)
system\array.cs (3)
2866_index = -1; 2872_index++; 2893_index = -1;
5 references to _index
mscorlib (5)
system\array.cs (5)
2871if (_index < _endIndex) { 2873return (_index < _endIndex); 2880if (_index < 0) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted)); 2881if (_index >= _endIndex) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumEnded)); 2882return _array[_index];