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