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