1 write to _selector
System.Linq (1)
System\Linq\Select.SpeedOpt.cs (1)
584
_selector
= selector;
13 references to _selector
System.Linq (13)
System\Linq\Select.SpeedOpt.cs (13)
588
new IteratorSelectIterator<TSource, TResult>(_source,
_selector
);
602
_current =
_selector
(_enumerator.Current);
625
new IteratorSelectIterator<TSource, TResult2>(_source, CombineSelectors(
_selector
, selector));
631
return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source,
_selector
);
638
return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source,
_selector
);
646
return sourceFound ?
_selector
(input!) : default!;
654
return sourceFound ?
_selector
(input!) : default!;
662
return sourceFound ?
_selector
(input!) : default!;
672
Func<TSource, TResult> selector =
_selector
;
690
Fill(_source, array,
_selector
);
712
Func<TSource, TResult> selector =
_selector
;
738
Fill(_source, SetCountAndGetSpan(list, count),
_selector
);
768
_selector
(item);