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