7 references to SegmentedArraySortHelper
Microsoft.CodeAnalysis.Collections.Package (7)
Internal\ArraySortHelper.cs (2)
326
SegmentedArraySortHelper
<T>.IntrospectiveSort(keys, comparer.Compare);
351
return
SegmentedArraySortHelper
<T>.InternalBinarySearch(array, index, length, value, comparer);
SegmentedArray.cs (4)
196
return
SegmentedArraySortHelper
<T>.BinarySearch(array, index, length, value, comparer);
367
SegmentedArraySortHelper
<T>.Sort(segment, (IComparer<T>?)null);
393
SegmentedArraySortHelper
<T>.Sort(segment, comparer);
407
SegmentedArraySortHelper
<T>.Sort(segment, comparison);
SegmentedList`1.cs (1)
1263
SegmentedArraySortHelper
<T>.Sort(segment, comparison);