1 write to m_predicate
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
160
m_predicate
= predicate;
2 references to m_predicate
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (2)
170
Contract.Assert(
m_predicate
!= null, "expected a compiled operator");
183
if (
m_predicate
(currentElement, currentKey))