1 write to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (1)
120_predicate = predicate;
2 references to _predicate
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs (2)
130Debug.Assert(_predicate != null, "expected a compiled operator"); 142if (_predicate(currentElement))