5 references to IsSubsetOfHashSetWithSameComparer
Microsoft.Build (5)
SegmentedHashSet`1.cs (4)
562
return
IsSubsetOfHashSetWithSameComparer
(otherAsSet);
609
return
IsSubsetOfHashSetWithSameComparer
(otherAsSet);
696
return otherAsSet.
IsSubsetOfHashSetWithSameComparer
(this);
765
return
IsSubsetOfHashSetWithSameComparer
(otherAsSet);
SegmentedHashSetEqualityComparer`1.cs (1)
41
return x.Count == y.Count && y.
IsSubsetOfHashSetWithSameComparer
(x);