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)
649new IteratorSelectIterator<TSource, TResult>(_source, _selector); 663_current = _selector(_enumerator.Current); 686new IteratorSelectIterator<TSource, TResult2>(_source, CombineSelectors(_selector, selector)); 692return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source, _selector); 699return source is null ? null : new IteratorSelectIterator<TSource, TResult>(source, _selector); 707return sourceFound ? _selector(input!) : default!; 715return sourceFound ? _selector(input!) : default!; 723return sourceFound ? _selector(input!) : default!; 733Func<TSource, TResult> selector = _selector; 751Fill(_source, array, _selector); 773Func<TSource, TResult> selector = _selector; 799Fill(_source, SetCountAndGetSpan(list, count), _selector); 829_selector(item);