2 references to IntroSort
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\Internal\ArraySortHelper.cs (2)
729IntroSort(keys, values, 2 * (SegmentedArraySortUtils.Log2((uint)keys.Length) + 1), comparer!); 774IntroSort(keys.Slice(p + 1, partitionSize - (p + 1)), values.Slice(p + 1, partitionSize - (p + 1)), depthLimit, comparer!);