1 instantiation of ReverseQueryOperator
System.Core (1)
System\Linq\ParallelEnumerable.cs (1)
5322return new ReverseQueryOperator<TSource>(source);
2 references to ReverseQueryOperator
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (2)
181QueryResults<TSource> childQueryResults, ReverseQueryOperator<TSource> op, 197QueryResults<TSource> childQueryResults, ReverseQueryOperator<TSource> op,