2 instantiations of BadIntEqualityComparer
Microsoft.CodeAnalysis.UnitTests (2)
Collections\HashSet\SegmentedHashSet_Generic_Tests.cs (2)
187
return new
BadIntEqualityComparer
();
198
return new SegmentedHashSet<int>(new
BadIntEqualityComparer
());
1 reference to BadIntEqualityComparer
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\TestingTypes.cs (1)
37
return obj is
BadIntEqualityComparer
; // Equal to all other instances of this type, not to anything else.