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