2 references to ExceptIterator
System.Core (2)
System\Linq\Enumerable.cs (2)
889return ExceptIterator<TSource>(first, second, null); 896return ExceptIterator<TSource>(first, second, comparer);