3 references to CombinePredicates
System.Linq (3)
System\Linq\Where.cs (3)
146new IEnumerableWhereIterator<TSource>(_source, CombinePredicates(_predicate, predicate)); 193new ArrayWhereIterator<TSource>(_source, CombinePredicates(_predicate, predicate)); 247new ListWhereIterator<TSource>(_source, CombinePredicates(_predicate, predicate));