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