5 references to IsSubsetOfHashSetWithSameComparer
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (4)
948return IsSubsetOfHashSetWithSameComparer(otherAsSet); 992return IsSubsetOfHashSetWithSameComparer(otherAsSet); 1079return otherAsSet.IsSubsetOfHashSetWithSameComparer(this); 1156return IsSubsetOfHashSetWithSameComparer(otherAsSet);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSetEqualityComparer.cs (1)
31return x.Count == y.Count && y.IsSubsetOfHashSetWithSameComparer(x);