3 references to ConcatNAsyncIterator
System.Linq.AsyncEnumerable (3)
System\Linq\Concat.cs (3)
74return new ConcatNAsyncIterator<TSource>(this, next, 2); 138private protected override AsyncIterator<TSource> Clone() => new ConcatNAsyncIterator<TSource>(_tail, _head, _headIndex); 150return new ConcatNAsyncIterator<TSource>(this, next, _headIndex + 1);