2 instantiations of CastICollectionIterator
System.Linq (2)
System\Linq\Cast.cs (2)
30return new CastICollectionIterator<TResult>(collection); 50private protected override Iterator<TResult> Clone() => new CastICollectionIterator<TResult>(_source);