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)
588new IteratorSelectIterator<TSource, TResult>(_source, _selector); 602_current = _selector(_enumerator.Current); 625new IteratorSelectIterator<TSource, TResult2>(_source, CombineSelectors(_selector, selector)); 631return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source, _selector); 638return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source, _selector); 646return sourceFound ? _selector(input!) : default!; 654return sourceFound ? _selector(input!) : default!; 662return sourceFound ? _selector(input!) : default!; 672Func<TSource, TResult> selector = _selector; 690Fill(_source, array, _selector); 712Func<TSource, TResult> selector = _selector; 738Fill(_source, SetCountAndGetSpan(list, count), _selector); 768_selector(item);