5 references to IsSubsetOfHashSetWithSameComparer
Microsoft.CodeAnalysis.Threading.Package (5)
src\Dependencies\Collections\Internal\SegmentedHashSetEqualityComparer`1.cs (1)
41return x.Count == y.Count && y.IsSubsetOfHashSetWithSameComparer(x);
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (4)
562return IsSubsetOfHashSetWithSameComparer(otherAsSet); 609return IsSubsetOfHashSetWithSameComparer(otherAsSet); 696return otherAsSet.IsSubsetOfHashSetWithSameComparer(this); 765return IsSubsetOfHashSetWithSameComparer(otherAsSet);