11 references to Sort
Microsoft.Build.Tasks.Core (3)
ManifestUtil\Manifest.cs (2)
347Array.Sort(_assemblyReferences, comparer); 351Array.Sort(_fileReferences, comparer);
ManifestUtil\Util.cs (1)
461Array.Sort(outputItems, s_itemComparer);
PresentationFramework (1)
MS\Internal\Data\SortFieldComparer.cs (1)
103Array.Sort(list, sfc);
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
162Array.Sort(keys, comparer);
System.ComponentModel.TypeConverter (3)
System\ComponentModel\CultureInfoConverter.cs (1)
194Array.Sort(array, new CultureComparer(this));
System\ComponentModel\EventDescriptorCollection.cs (1)
364Array.Sort(_events, sorter);
System\ComponentModel\PropertyDescriptorCollection.cs (1)
382Array.Sort(_properties, sorter);
System.Private.DataContractSerialization (1)
System\Xml\XmlCanonicalWriter.cs (1)
882Array.Sort(indices, this);
System.Private.Xml (2)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
752Array.Sort(member.Elements, new ElementComparer()); 1769Array.Sort(choice, new ElementComparer());