3 references to ReverseIterator
System.Linq (3)
System\Linq\Reverse.cs (3)
29return new ReverseIterator<TSource>(source); 50return new ReverseIterator<TSource>(source); 68private protected override Iterator<TSource> Clone() => new ReverseIterator<TSource>(_source);