7 references to SegmentedArraySortHelper
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
src\Dependencies\Collections\Internal\ArraySortHelper.cs (2)
326
SegmentedArraySortHelper
<T>.IntrospectiveSort(keys, comparer.Compare);
351
return
SegmentedArraySortHelper
<T>.InternalBinarySearch(array, index, length, value, comparer);
src\Dependencies\Collections\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);
src\Dependencies\Collections\SegmentedList`1.cs (1)
1222
SegmentedArraySortHelper
<T>.Sort(segment, comparison);