2 references to IntersectIterator
System.Core (2)
System\Linq\Enumerable.cs (2)
867return IntersectIterator<TSource>(first, second, null); 874return IntersectIterator<TSource>(first, second, comparer);