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