1 write to _predicate
System.Linq (1)
System\Linq\Where.cs (1)
371_predicate = predicate;
10 references to _predicate
System.Linq (10)
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 (7)
579if (_predicate(item)) 597Func<TSource, bool> predicate = _predicate; 618Func<TSource, bool> predicate = _predicate; 636Func<TSource, bool> predicate = _predicate; 657Func<TSource, bool> predicate = _predicate; 690Func<TSource, bool> predicate = _predicate; 713Func<TSource, bool> predicate = _predicate;