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