3 references to Sort
Microsoft.Build.Framework (3)
ImmutableSegmentedList`1+ValueBuilder.cs (1)
321
=> GetOrCreateMutableList().
Sort
(index, count, comparer);
SegmentedList`1.cs (2)
1064
=>
Sort
(0, Count, null);
1069
=>
Sort
(0, Count, comparer);