4 writes to _currentIndex
System.Linq.Parallel (4)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (4)
147if (++mutables._currentIndex < mutables._currentBuffer.Count) 156mutables._currentIndex = ENUMERATION_NOT_STARTED; 175mutables._currentIndex = ENUMERATION_NOT_STARTED; 261mutables._currentIndex = ENUMERATION_NOT_STARTED;
1 reference to _currentIndex
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
150currentElement = mutables._currentBuffer._chunk[mutables._currentIndex];