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