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