2 references to IntroSort
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (2)
1411
IntroSort
(keys, values, 2 * (BitOperations.Log2((uint)keys.Length) + 1), comparer);
1455
IntroSort
(keys[(p + 1)..partitionSize], values[(p + 1)..partitionSize], depthLimit, comparer);