src\libraries\System.Private.CoreLib\src\System\Array.cs (7)
2308Sort(array, null, array.GetLowerBound(0), array.Length, null);
2321Sort(keys, items, keys.GetLowerBound(0), keys.Length, null);
2330Sort(array, null, index, length, null);
2341Sort(keys, items, index, length, null);
2354Sort(array, null, array.GetLowerBound(0), array.Length, comparer);
2369Sort(keys, items, keys.GetLowerBound(0), keys.Length, comparer);
2380Sort(array, null, index, length, comparer);