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