4 references to CombinePredicates
System.Linq (4)
System\Linq\Where.cs (3)
152new IEnumerableWhereIterator<TSource>(_source, Utilities.CombinePredicates(_predicate, predicate)); 199new ArrayWhereIterator<TSource>(_source, CombinePredicates(_predicate, predicate)); 253new ListWhereIterator<TSource>(_source, CombinePredicates(_predicate, predicate));
System\Linq\Where.SizeOpt.cs (1)
55new SizeOptIListWhereIterator<TSource>(_source, Utilities.CombinePredicates(_predicate, predicate));