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