1 instantiation of ValueComparable
Microsoft.CodeAnalysis.UnitTests (1)
Collections\HashSet\TestingTypes.cs (1)
315return new ValueComparable<T>(value);
3 references to ValueComparable
Microsoft.CodeAnalysis.UnitTests (3)
Collections\HashSet\TestingTypes.cs (3)
313public static ValueComparable<T> Create<T>(T value) where T : IComparable<T> 319public readonly struct ValueComparable<T> : IComparable<ValueComparable<T>> where T : IComparable<T> 328public int CompareTo(ValueComparable<T> other) =>