2 references to IntroSort
Microsoft.Build.Framework (2)
ArraySortHelper.cs (2)
134
IntroSort
(keys, 2 * (SegmentedArraySortUtils.Log2((uint)keys.Length) + 1), comparer!);
178
IntroSort
(keys.Slice(p + 1, partitionSize - (p + 1)), depthLimit, comparer!);