1 write to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
155
_predicate
= predicate;
2 references to _predicate
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (2)
165
Debug.Assert(
_predicate
!= null, "expected a compiled operator");
177
if (
_predicate
(currentElement, currentKey))