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