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