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