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