1 override of IntersectWithEnumerable
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
356internal override void IntersectWithEnumerable(IEnumerable<T> other)
2 references to IntersectWithEnumerable
System.Collections (2)
System\Collections\Generic\SortedSet.cs (1)
1045IntersectWithEnumerable(other);
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
358base.IntersectWithEnumerable(other);