4 references to DepthLimitedQuickSort
mscorlib (4)
system\collections\generic\arraysorthelper.cs (4)
931DepthLimitedQuickSort(keys, values, index, length + index - 1, comparer, IntrospectiveSortUtilities.QuickSortDepthThreshold); 1037if (left < j) DepthLimitedQuickSort(keys, values, left, j, comparer, depthLimit); 1042if (i < right) DepthLimitedQuickSort(keys, values, i, right, comparer, depthLimit); 1280ArraySortHelper<TKey, TValue>.DepthLimitedQuickSort(keys, values, index, length + index - 1, comparer, IntrospectiveSortUtilities.QuickSortDepthThreshold);