4 writes to _currentIndex
System.Linq.Parallel (4)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (4)
147if (++mutables._currentIndex < mutables._currentBuffer.Count) 158mutables._currentIndex = ENUMERATION_NOT_STARTED; 180mutables._currentIndex = ENUMERATION_NOT_STARTED; 274mutables._currentIndex = ENUMERATION_NOT_STARTED;
2 references to _currentIndex
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
150currentElement = mutables._currentBuffer._chunk[mutables._currentIndex]; 152currentKey = mutables._currentKeyBuffer._chunk[mutables._currentIndex];