2 instantiations of DefaultIfEmptyIterator
System.Linq (2)
System\Linq\DefaultIfEmpty.cs (2)
26return new DefaultIfEmptyIterator<TSource>(source, defaultValue); 42private protected override Iterator<TSource> Clone() => new DefaultIfEmptyIterator<TSource>(_source, _default);