1 write to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
239
_predicate
= predicate;
2 references to _predicate
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (2)
297
if (
_predicate
!= null)
299
predicateResult =
_predicate
(current);