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