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