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