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