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