4 writes to m_currentIndex
System.Core (4)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (4)
150if (++mutables.m_currentIndex < mutables.m_currentBuffer.Count) 161mutables.m_currentIndex = ENUMERATION_NOT_STARTED; 183mutables.m_currentIndex = ENUMERATION_NOT_STARTED; 278mutables.m_currentIndex = ENUMERATION_NOT_STARTED;
2 references to m_currentIndex
System.Core (2)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
153currentElement = mutables.m_currentBuffer.m_chunk[mutables.m_currentIndex]; 155currentKey = mutables.m_currentKeyBuffer.m_chunk[mutables.m_currentIndex];