3 references to Sort
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableListTestBase.cs (1)
488
inputData = inputData.
Sort
(sortedIndex, sortedLength, Comparer<int>.Default);
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.cs (2)
789
return self.
Sort
(0, self.Length, Comparer<T>.Default);
816
return self.
Sort
(0, self.Length, comparer);