3 writes to _currentBuffer
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (3)
157mutables._currentBuffer = mutables._currentBuffer.Next; 186mutables._currentBuffer = _valueExchangeMatrix[mutables._currentBufferIndex][_partitionIndex]; 260mutables._currentBuffer = privateBuffers[_partitionIndex];
6 references to _currentBuffer
System.Linq.Parallel (6)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (6)
145if (mutables._currentBuffer != null) 147if (++mutables._currentIndex < mutables._currentBuffer.Count) 150currentElement = mutables._currentBuffer._chunk[mutables._currentIndex]; 157mutables._currentBuffer = mutables._currentBuffer.Next; 158Debug.Assert(mutables._currentBuffer == null || mutables._currentBuffer.Count > 0);