1 write to m_predicate
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (1)
175m_predicate = predicate;
2 references to m_predicate
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (2)
189Contract.Assert(m_predicate != null); 218if (m_predicate(element) == m_qualification)