3 references to Sort
Microsoft.CodeAnalysis.Collections.Package (3)
ImmutableSegmentedList`1+ValueBuilder.cs (1)
321=> GetOrCreateMutableList().Sort(index, count, comparer);
SegmentedList`1.cs (2)
1216=> Sort(0, Count, null); 1221=> Sort(0, Count, comparer);