3 instantiations of WhereArrayIterator
System.Core (3)
System\Linq\Enumerable.cs (3)
19if (source is TSource[]) return new WhereArrayIterator<TSource>((TSource[])source, predicate); 181return new WhereArrayIterator<TSource>(source, predicate); 204return new WhereArrayIterator<TSource>(source, CombinePredicates(this.predicate, predicate));