1 write to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (1)
40
_predicate
= predicate;
1 reference to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (1)
65
outputStream[i] = new SingleQueryOperatorEnumerator<TKey>(inputStream[i],
_predicate
, totalElementCount);