1 instantiation of SegmentedHashSetEqualityComparer
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (1)
992
public static IEqualityComparer<SegmentedHashSet<T>> CreateSetComparer() => new
SegmentedHashSetEqualityComparer
<T>();
1 reference to SegmentedHashSetEqualityComparer
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\SegmentedHashSetEqualityComparer`1.cs (1)
86
public override bool Equals([NotNullWhen(true)] object? obj) => obj is
SegmentedHashSetEqualityComparer
<T>;