1 write to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
49
_predicate
= predicate;
2 references to _predicate
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (2)
107
outputStream[i] = new IndexedWhereQueryOperatorEnumerator(inputStreamInt[i],
_predicate
, settings.CancellationState.MergedCancellationToken);
121
return wrappedChild.Where(
_predicate
);