1 instantiation of IndexedSelectQueryOperator
System.Core (1)
System\Linq\ParallelEnumerable.cs (1)
654return new IndexedSelectQueryOperator<TSource, TResult>(source, selector);
3 references to IndexedSelectQueryOperator
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (3)
198IndexedSelectQueryOperator<TInput, TOutput> m_selectOp; // Operator that generated the results 202QueryResults<TInput> childQueryResults, IndexedSelectQueryOperator<TInput, TOutput> op, 218QueryResults<TInput> childQueryResults, IndexedSelectQueryOperator<TInput, TOutput> op,