2 references to IntroSort
Microsoft.CodeAnalysis.Collections.Package (2)
Internal\ArraySortHelper.cs (2)
136IntroSort(keys, 2 * (SegmentedArraySortUtils.Log2((uint)keys.Length) + 1), comparer!); 183IntroSort(keys.Slice(p + 1, partitionSize - (p + 1)), depthLimit, comparer!);