1 write to _predicate
System.Linq (1)
System\Linq\Where.cs (1)
371_predicate = predicate;
9 references to _predicate
System.Linq (9)
System\Linq\Where.cs (3)
376new IEnumerableWhereSelectIterator<TSource, TResult>(_source, _predicate, _selector); 402if (_predicate(item)) 417new IEnumerableWhereSelectIterator<TSource, TResult2>(_source, _predicate, CombineSelectors(_selector, selector));
System\Linq\Where.SpeedOpt.cs (6)
517if (_predicate(item)) 535Func<TSource, bool> predicate = _predicate; 556Func<TSource, bool> predicate = _predicate; 574Func<TSource, bool> predicate = _predicate; 595Func<TSource, bool> predicate = _predicate; 628Func<TSource, bool> predicate = _predicate;