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