2 references to Sort
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
162Array.Sort<TKey, TValue>(keys, values, comparer);
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
805Array.Sort(orderKeys, values, _orderComparer);