5 references to IsSubsetOfHashSetWithSameComparer
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (4)
956return IsSubsetOfHashSetWithSameComparer(otherAsSet); 1000return IsSubsetOfHashSetWithSameComparer(otherAsSet); 1087return otherAsSet.IsSubsetOfHashSetWithSameComparer(this); 1164return IsSubsetOfHashSetWithSameComparer(otherAsSet);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSetEqualityComparer.cs (1)
31return x.Count == y.Count && y.IsSubsetOfHashSetWithSameComparer(x);