System\Linq\Parallel\Utils\Sorting.cs (3)
290QuickSort(0, indices.Length - 1, keys.InternalArray, indices, m_groupState.CancellationState.MergedCancellationToken);
629QuickSort(left, j, keys, indices, cancelToken);
637QuickSort(i, right, keys, indices, cancelToken);