3 references to Concat2AsyncIterator
System.Linq.AsyncEnumerable (3)
System\Linq\Concat.cs (3)
37
: new
Concat2AsyncIterator
<TSource>(first, second);
70
private protected override AsyncIterator<TSource> Clone() => new
Concat2AsyncIterator
<TSource>(_first, _second);
147
return new
Concat2AsyncIterator
<TSource>(this, next);