3 instantiations of AppendPrepend1AsyncIterator
System.Linq.AsyncEnumerable (3)
System\Linq\Append.cs (2)
26: new AppendPrepend1AsyncIterator<TSource>(source, element, appending: true); 95private protected override AsyncIterator<TSource> Clone() => new AppendPrepend1AsyncIterator<TSource>(_source, _item, _appending);
System\Linq\Prepend.cs (1)
24: new AppendPrepend1AsyncIterator<TSource>(source, element, appending: false);