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