8 references to Sort
mscorlib (7)
system\array.cs (7)
1647
Sort
(array, null, array.GetLowerBound(0), array.Length, null);
1661
Sort
(keys, items, keys.GetLowerBound(0), keys.Length, null);
1670
Sort
(array, null, index, length, null);
1681
Sort
(keys, items, index, length, null);
1695
Sort
(array, null, array.GetLowerBound(0), array.Length, comparer);
1711
Sort
(keys, items, keys.GetLowerBound(0), keys.Length, comparer);
1722
Sort
(array, null, index, length, comparer);
System (1)
services\monitoring\system\diagnosticts\AlphabeticalEnumConverter.cs (1)
34
Array.
Sort
(names, objValues, 0, objValues.Length, System.Collections.Comparer.Default);