system\collections\generic\arraysorthelper.cs (3)
1261DepthLimitedQuickSort(keys, values, index, length + index - 1, IntrospectiveSortUtilities.QuickSortDepthThreshold);
1394if (left < j) DepthLimitedQuickSort(keys, values, left, j, depthLimit);
1399if (i < right) DepthLimitedQuickSort(keys, values, i, right, depthLimit);