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