1 write to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
149
_predicate
= predicate;
2 references to _predicate
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (2)
185
if (
_predicate
== null ||
_predicate
(value))