1 instantiation of GenericComparable
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\TestingTypes.cs (1)
280_inner = new GenericComparable(value);
3 references to GenericComparable
Microsoft.CodeAnalysis.UnitTests (3)
Collections\HashSet\TestingTypes.cs (3)
262public class GenericComparable : IComparable<GenericComparable> 271public int CompareTo(GenericComparable? other) => _value.CompareTo(other?._value); 276private readonly GenericComparable _inner;