1 write to m_keyExchangeMatrix
System.Core (1)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
90
m_keyExchangeMatrix
= keyExchangeMatrix;
2 references to m_keyExchangeMatrix
System.Core (2)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
195
mutables.m_currentKeyBuffer =
m_keyExchangeMatrix
[mutables.m_currentBufferIndex, m_partitionIndex];
269
m_keyExchangeMatrix
[m_partitionIndex, i] = privateKeyBuffers[i];