1 write to _selector
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
50_selector = selector;
3 references to _selector
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (3)
113outputStream[i] = new IndexedSelectQueryOperatorEnumerator(inputStreamInt[i], _selector); 182return Child.AsSequentialQuery(token).Select(_selector); 238return _selectOp._selector(_childQueryResults.GetElement(index), index);