7 instantiations of WhereEnumerableIterator
System.Core (7)
System\Linq\Enumerable.cs (7)
21return new WhereEnumerableIterator<TSource>(source, predicate); 131return new WhereEnumerableIterator<TSource>(source, predicate); 165return new WhereEnumerableIterator<TSource>(source, CombinePredicates(this.predicate, predicate)); 314return new WhereEnumerableIterator<TResult>(this, predicate); 414return new WhereEnumerableIterator<TResult>(this, predicate); 455return new WhereEnumerableIterator<TResult>(this, predicate); 501return new WhereEnumerableIterator<TResult>(this, predicate);