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