3 instantiations of ListWhereSelectIterator
System.Linq (3)
System\Linq\Where.cs (3)
250new ListWhereSelectIterator<TSource, TResult>(_source, _predicate, selector);
327new ListWhereSelectIterator<TSource, TResult>(_source, _predicate, _selector);
356new ListWhereSelectIterator<TSource, TResult2>(_source, _predicate, CombineSelectors(_selector, selector));