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)
644new IteratorSelectIterator<TSource, TResult>(_source, _selector); 658_current = _selector(_enumerator.Current); 681new IteratorSelectIterator<TSource, TResult2>(_source, CombineSelectors(_selector, selector)); 687return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source, _selector); 694return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source, _selector); 702return sourceFound ? _selector(input!) : default!; 710return sourceFound ? _selector(input!) : default!; 718return sourceFound ? _selector(input!) : default!; 728Func<TSource, TResult> selector = _selector; 746Fill(_source, array, _selector); 768Func<TSource, TResult> selector = _selector; 794Fill(_source, SetCountAndGetSpan(list, count), _selector); 824_selector(item);