2 references to Sort
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);