3 references to Sort
Microsoft.CodeAnalysis.Collections.Package (3)
SegmentedArray.cs (2)
373Sort(array, index, length, comparer: null); 378Sort(array, 0, array.Length, comparer);
SegmentedList`1.cs (1)
1248SegmentedArray.Sort(_items, index, count, comparer);