3 writes to _current
mscorlib (3)
system\arraysegment.cs (3)
302_current = _start - 1; 309_current++; 335_current = _start - 1;
5 references to _current
mscorlib (5)
system\arraysegment.cs (5)
307if (_current < _end) 310return (_current < _end); 319if (_current < _start) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumNotStarted)); 320if (_current >= _end) throw new InvalidOperationException(Environment.GetResourceString(ResId.InvalidOperation_EnumEnded)); 321return _array[_current];