4 references to Sort
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (2)
641Array.Sort(_items, index, count, comparer); 1041Array.Sort(array, 0, count, comparer);
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
2642Array.Sort(_indices, 0, _attributeCount, this);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
449Array.Sort(group.Items, 0, group.Count, new SortGroupItems(hwnd));