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