3 references to WhereListIterator
System.Core (3)
System\Linq\Enumerable.cs (3)
20if (source is List<TSource>) return new WhereListIterator<TSource>((List<TSource>)source, predicate); 220return new WhereListIterator<TSource>(source, predicate); 248return new WhereListIterator<TSource>(source, CombinePredicates(this.predicate, predicate));