3 references to ConcatNIterator
System.Linq (3)
System\Linq\Concat.cs (3)
75return new ConcatNIterator<TSource>(this, next, 2, hasOnlyCollections); 154private protected override Iterator<TSource> Clone() => new ConcatNIterator<TSource>(_tail, _head, _headIndex, _hasOnlyCollections); 167return new ConcatNIterator<TSource>(this, next, _headIndex + 1, hasOnlyCollections);