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