3 instantiations of OrderingQueryOperator
System.Core (3)
System\Linq\ParallelEnumerable.cs (3)
174return new OrderingQueryOperator<TSource>(QueryOperator<TSource>.AsQueryOperator(source), true); 208return new OrderingQueryOperator<object>(QueryOperator<object>.AsQueryOperator(wrapper), true); 231return new OrderingQueryOperator<TSource>(QueryOperator<TSource>.AsQueryOperator(source), false);