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