3 references to ShuffleTakeIterator
System.Linq (3)
System\Linq\Shuffle.SpeedOpt.cs (3)
83
return new
ShuffleTakeIterator
<TSource>(_source, count);
102
private protected override Iterator<TSource> Clone() => new
ShuffleTakeIterator
<TSource>(_source, _takeCount);
193
_takeCount <= count ? this : new
ShuffleTakeIterator
<TSource>(_source, count);