4 references to LastQueryOperator
System.Linq.Parallel (4)
System\Linq\ParallelEnumerable.cs (4)
5577
LastQueryOperator<TSource> queryOp = new
LastQueryOperator
<TSource>(source, null);
5619
LastQueryOperator<TSource> queryOp = new
LastQueryOperator
<TSource>(source, predicate);
5661
LastQueryOperator<TSource> queryOp = new
LastQueryOperator
<TSource>(source, null);
5702
LastQueryOperator<TSource> queryOp = new
LastQueryOperator
<TSource>(source, predicate);