7 references to DerivedClassWithComparable
Microsoft.AspNetCore.Shared.Tests (7)
ClosedGenericMatcherTest.cs (7)
87
typeof(
DerivedClassWithComparable
),
92
typeof(
DerivedClassWithComparable
),
97
typeof(
DerivedClassWithComparable
),
102
typeof(
DerivedClassWithComparable
),
104
typeof(IComparable<
DerivedClassWithComparable
>)
348
private class DerivedClassWithComparable : DerivedClass, IComparable<
DerivedClassWithComparable
>
350
public int CompareTo(
DerivedClassWithComparable
other)