1 instantiation of EnumerableSorter
System.Core (1)
System\Linq\Enumerable.cs (1)
2584
EnumerableSorter<TElement> sorter = new
EnumerableSorter
<TElement, TKey>(keySelector, comparer, descending, next);