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