3 references to IsSubsetOfHashSetWithSameComparer
Microsoft.CodeAnalysis.Workspaces (3)
SegmentedHashSet`1.cs (2)
555return IsSubsetOfHashSetWithSameComparer(otherAsSet); 602return IsSubsetOfHashSetWithSameComparer(otherAsSet);
SegmentedHashSetEqualityComparer`1.cs (1)
38return x.Count == y.Count && y.IsSubsetOfHashSetWithSameComparer(x);