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