src\libraries\System.Private.CoreLib\src\System\Array.cs (9)
1921Sort(array, null, array.GetLowerBound(0), array.Length, null);
1934Sort(keys, items, keys.GetLowerBound(0), keys.Length, null);
1943Sort(array, null, index, length, null);
1954Sort(keys, items, index, length, null);
1967Sort(array, null, array.GetLowerBound(0), array.Length, comparer);
1982Sort(keys, items, keys.GetLowerBound(0), keys.Length, comparer);
1993Sort(array, null, index, length, comparer);
2120Sort(keys, items, 0, keys.Length, null);
2130Sort(keys, items, index, length, null);