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