3 references to Sort
Microsoft.CodeAnalysis.Collections.Package (3)
Segmented\SegmentedArray.cs (2)
375
Sort
(array, index, length, comparer: null);
380
Sort
(array, 0, array.Length, comparer);
Segmented\SegmentedList`1.cs (1)
1250
SegmentedArray.
Sort
(_items, index, count, comparer);