1 write to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (1)
172_predicate = predicate;
2 references to _predicate
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (2)
186Debug.Assert(_predicate != null); 215if (_predicate(element) == _qualification)