4 references to Sort
Microsoft.Build.Framework (4)
SegmentedArray.cs (2)
367
Sort
(array, index, length, comparer: null);
372
Sort
(array, 0, array.Length, comparer);
SegmentedList`1.cs (2)
1096
SegmentedArray.
Sort
<T>(_items, index, count, comparer);
1110
SegmentedArray.
Sort
<T>(_items, 0, _size, Comparer<T>.Create(comparison));