1 write to m_sharedIndices
System.Core (1)
System\Linq\Parallel\Utils\Sorting.cs (1)
83m_sharedIndices = sharedIndices;
7 references to m_sharedIndices
System.Core (7)
System\Linq\Parallel\Utils\Sorting.cs (7)
307m_sharedIndices[m_partitionIndex] = indices; 379int[] myIndices = m_sharedIndices[m_partitionIndex]; 400int[] rightIndices = m_sharedIndices[partnerIndex]; 406m_sharedIndices[partnerIndex] = myIndices; 426m_sharedIndices[m_partitionIndex] = mergedIndices; 493int[] leftIndices = m_sharedIndices[m_partitionIndex]; 496int[] mergedIndices = m_sharedIndices[partnerIndex];