3 references to CombinePredicates
System.Core (3)
System\Linq\Enumerable.cs (3)
165return new WhereEnumerableIterator<TSource>(source, CombinePredicates(this.predicate, predicate)); 204return new WhereArrayIterator<TSource>(source, CombinePredicates(this.predicate, predicate)); 248return new WhereListIterator<TSource>(source, CombinePredicates(this.predicate, predicate));