System\Linq\Select.SpeedOpt.cs (3)
288new RangeSelectIterator<T, TResult2>(_start, _end, CombineSelectors(_selector, selector));
686new IteratorSelectIterator<TSource, TResult2>(_source, CombineSelectors(_selector, selector));
886new IListSkipTakeSelectIterator<TSource, TResult2>(_source, CombineSelectors(_selector, selector), _minIndexInclusive, _maxIndexInclusive);