7 references to SegmentedArraySortHelper
Microsoft.Build (7)
ArraySortHelper.cs (2)
328SegmentedArraySortHelper<T>.IntrospectiveSort(keys, comparer.Compare); 353return SegmentedArraySortHelper<T>.InternalBinarySearch(array, index, length, value, comparer);
SegmentedArray.cs (4)
198return SegmentedArraySortHelper<T>.BinarySearch(array, index, length, value, comparer); 369SegmentedArraySortHelper<T>.Sort(segment, (IComparer<T>?)null); 395SegmentedArraySortHelper<T>.Sort(segment, comparer); 409SegmentedArraySortHelper<T>.Sort(segment, comparison);
SegmentedList`1.cs (1)
1265SegmentedArraySortHelper<T>.Sort(segment, comparison);