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