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