3 references to ArrayWhereIterator
System.Linq (3)
System\Linq\Where.cs (3)
42return new ArrayWhereIterator<TSource>(array, predicate); 173new ArrayWhereIterator<TSource>(_source, _predicate); 199new ArrayWhereIterator<TSource>(_source, CombinePredicates(_predicate, predicate));