1 write to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
145
_predicate
= predicate;
2 references to _predicate
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (2)
182
if (
_predicate
== null ||
_predicate
(value))