1 write to m_predicate
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (1)
51
m_predicate
= predicate;
2 references to m_predicate
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (2)
61
outputStream[i] = new WhereQueryOperatorEnumerator<TKey>(inputStream[i],
m_predicate
,
89
return wrappedChild.Where(
m_predicate
);