7 references to SegmentedArraySortHelper
Microsoft.CodeAnalysis.CodeStyle (7)
src\Dependencies\Collections\Internal\ArraySortHelper.cs (2)
328SegmentedArraySortHelper<T>.IntrospectiveSort(keys, comparer.Compare); 353return SegmentedArraySortHelper<T>.InternalBinarySearch(array, index, length, value, comparer);
src\Dependencies\Collections\Segmented\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);
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1265SegmentedArraySortHelper<T>.Sort(segment, comparison);