6 references to Sort
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
298GetOrCreateMutableList().Sort();
Microsoft.CodeAnalysis.UnitTests (5)
Collections\List\SegmentedList.Generic.Tests.BinarySearch.cs (3)
31list.Sort(); 50list.Sort(); 67list.Sort();
Collections\List\SegmentedList.Generic.Tests.Sort.cs (2)
38list.Sort(); 52list.Sort();