1 write to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (1)
47_predicate = predicate;
2 references to _predicate
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (2)
57outputStream[i] = new WhereQueryOperatorEnumerator<TKey>(inputStream[i], _predicate, 85return wrappedChild.Where(_predicate);