3 references to Concat2Iterator
System.Linq (3)
System\Linq\Concat.cs (3)
35: new Concat2Iterator<TSource>(first, second); 68private protected override Iterator<TSource> Clone() => new Concat2Iterator<TSource>(_first, _second); 163return new Concat2Iterator<TSource>(this, next);