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