10 references to Sort
mscorlib (6)
system\array.cs (4)
1783Sort<T>(array, array.GetLowerBound(0), array.Length, null); 1796Sort<T>(array, index, length, null); 1809Sort<T>(array, 0, array.Length, comparer); 1873Sort<TKey>(keys, index, length, comparer);
system\collections\generic\list.cs (2)
980Array.Sort<T>(_items, index, count, comparer); 992Array.Sort(_items, 0, _size, comparer);
System.Data.Services.Client (1)
System\Data\Services\Client\ArraySet.cs (1)
200Array.Sort<T>(this.items, 0, this.count, scomp);
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (1)
551Array.Sort(sortArray, 0, Count, comparer);
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryUtil.cs (1)
491Array.Sort<T>(this.buffer, 0, this.count, comparer);
System\UriTemplateHelpers.cs (1)
87Array.Sort<UriTemplate>(array, a, b - a, queryComparer);