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