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