1 write to _selector
System.Linq (1)
System\Linq\Select.SpeedOpt.cs (1)
640
_selector
= selector;
13 references to _selector
System.Linq (13)
System\Linq\Select.SpeedOpt.cs (13)
644
new IteratorSelectIterator<TSource, TResult>(_source,
_selector
);
658
_current =
_selector
(_enumerator.Current);
681
new IteratorSelectIterator<TSource, TResult2>(_source, CombineSelectors(
_selector
, selector));
687
return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source,
_selector
);
694
return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source,
_selector
);
702
return sourceFound ?
_selector
(input!) : default!;
710
return sourceFound ?
_selector
(input!) : default!;
718
return sourceFound ?
_selector
(input!) : default!;
728
Func<TSource, TResult> selector =
_selector
;
746
Fill(_source, array,
_selector
);
768
Func<TSource, TResult> selector =
_selector
;
794
Fill(_source, SetCountAndGetSpan(list, count),
_selector
);
824
_selector
(item);