5 references to IsSubsetOfHashSetWithSameComparer
Microsoft.Build (5)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\SegmentedHashSetEqualityComparer`1.cs (1)
41return x.Count == y.Count && y.IsSubsetOfHashSetWithSameComparer(x);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (4)
562return IsSubsetOfHashSetWithSameComparer(otherAsSet); 609return IsSubsetOfHashSetWithSameComparer(otherAsSet); 696return otherAsSet.IsSubsetOfHashSetWithSameComparer(this); 765return IsSubsetOfHashSetWithSameComparer(otherAsSet);