1 instantiation of IndexedSelectQueryOperator
System.Linq.Parallel (1)
System\Linq\ParallelEnumerable.cs (1)
597return new IndexedSelectQueryOperator<TSource, TResult>(source, selector);
3 references to IndexedSelectQueryOperator
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (3)
192private readonly IndexedSelectQueryOperator<TInput, TOutput> _selectOp; // Operator that generated the results 196QueryResults<TInput> childQueryResults, IndexedSelectQueryOperator<TInput, TOutput> op, 212QueryResults<TInput> childQueryResults, IndexedSelectQueryOperator<TInput, TOutput> op,