6 references to SegmentedArraySortHelper
Microsoft.Build.Framework (6)
ArraySortHelper.cs (2)
323SegmentedArraySortHelper<T>.IntrospectiveSort(keys, comparer.Compare); 348return SegmentedArraySortHelper<T>.InternalBinarySearch(array, index, length, value, comparer);
SegmentedArray.cs (4)
190return SegmentedArraySortHelper<T>.BinarySearch(array, index, length, value, comparer); 361SegmentedArraySortHelper<T>.Sort(segment, (IComparer<T>?)null); 387SegmentedArraySortHelper<T>.Sort(segment, comparer); 401SegmentedArraySortHelper<T>.Sort(segment, comparison);