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