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)
262
public class GenericComparable : IComparable<
GenericComparable
>
271
public int CompareTo(
GenericComparable
? other) => _value.CompareTo(other?._value);
276
private readonly
GenericComparable
_inner;