1 write to m_predicate
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (1)
125m_predicate = predicate;
2 references to m_predicate
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (2)
135Contract.Assert(m_predicate != null, "expected a compiled operator"); 148if (m_predicate(currentElement))