1 write to _selector
System.Linq (1)
System\Linq\Select.SpeedOpt.cs (1)
645
_selector
= selector;
13 references to _selector
System.Linq (13)
System\Linq\Select.SpeedOpt.cs (13)
649
new IteratorSelectIterator<TSource, TResult>(_source,
_selector
);
663
_current =
_selector
(_enumerator.Current);
686
new IteratorSelectIterator<TSource, TResult2>(_source, CombineSelectors(
_selector
, selector));
692
return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source,
_selector
);
699
return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source,
_selector
);
707
return sourceFound ?
_selector
(input!) : default!;
715
return sourceFound ?
_selector
(input!) : default!;
723
return sourceFound ?
_selector
(input!) : default!;
733
Func<TSource, TResult> selector =
_selector
;
751
Fill(_source, array,
_selector
);
773
Func<TSource, TResult> selector =
_selector
;
799
Fill(_source, SetCountAndGetSpan(list, count),
_selector
);
829
_selector
(item);