2 references to BadlyBehavingComparable
Microsoft.CodeAnalysis.UnitTests (2)
Collections\HashSet\TestingTypes.cs (2)
287public class BadlyBehavingComparable : IComparable<BadlyBehavingComparable>, IComparable 289public int CompareTo(BadlyBehavingComparable? other) => 1;