1 write to _sharedIndices
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\Sorting.cs (1)
79_sharedIndices = sharedIndices;
7 references to _sharedIndices
System.Linq.Parallel (7)
System\Linq\Parallel\Utils\Sorting.cs (7)
299_sharedIndices[_partitionIndex] = indices; 374int[]? myIndices = _sharedIndices[_partitionIndex]; 395int[]? rightIndices = _sharedIndices[partnerIndex]; 401_sharedIndices[partnerIndex] = myIndices; 421_sharedIndices[_partitionIndex] = mergedIndices; 492int[]? leftIndices = _sharedIndices[_partitionIndex]; 495int[]? mergedIndices = _sharedIndices[partnerIndex];