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