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