1 instantiation of ArraySortHelper
mscorlib (1)
system\collections\generic\arraysorthelper.cs (1)
899defaultArraySortHelper = new ArraySortHelper<TKey, TValue>();
3 references to ArraySortHelper
mscorlib (3)
system\array.cs (1)
1883ArraySortHelper<TKey, TValue>.Default.Sort(keys, items, index, length, comparer);
system\collections\generic\arraysorthelper.cs (2)
1276ArraySortHelper<TKey, TValue>.IntrospectiveSort(keys, values, index, length, comparer); 1280ArraySortHelper<TKey, TValue>.DepthLimitedQuickSort(keys, values, index, length + index - 1, comparer, IntrospectiveSortUtilities.QuickSortDepthThreshold);