1 write to _predicate
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (1)
74_predicate = predicate;
5 references to _predicate
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs (5)
145inputStream[i], _predicate, convertedIndexedPredicate, _take, operatorState, sharedBarrier, 176Debug.Assert(_predicate != null); 177return Child.AsSequentialQuery(token).TakeWhile(_predicate); 186Debug.Assert(_predicate != null); 188return wrappedChild.SkipWhile(_predicate);