7 references to Sort
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Array.cs (7)
2325Sort(array, null, array.GetLowerBound(0), array.Length, null); 2338Sort(keys, items, keys.GetLowerBound(0), keys.Length, null); 2347Sort(array, null, index, length, null); 2358Sort(keys, items, index, length, null); 2371Sort(array, null, array.GetLowerBound(0), array.Length, comparer); 2386Sort(keys, items, keys.GetLowerBound(0), keys.Length, comparer); 2397Sort(array, null, index, length, comparer);