5 references to IsSubsetOfHashSetWithSameComparer
Microsoft.CodeAnalysis (5)
src\Dependencies\Collections\Internal\SegmentedHashSetEqualityComparer`1.cs (1)
39
return x.Count == y.Count && y.
IsSubsetOfHashSetWithSameComparer
(x);
src\Dependencies\Collections\SegmentedHashSet`1.cs (4)
560
return
IsSubsetOfHashSetWithSameComparer
(otherAsSet);
607
return
IsSubsetOfHashSetWithSameComparer
(otherAsSet);
694
return otherAsSet.
IsSubsetOfHashSetWithSameComparer
(this);
763
return
IsSubsetOfHashSetWithSameComparer
(otherAsSet);