1 type derived from DerivedClass
Microsoft.AspNetCore.Shared.Tests (1)
ClosedGenericMatcherTest.cs (1)
348
private class DerivedClassWithComparable :
DerivedClass
, IComparable<DerivedClassWithComparable>
3 references to DerivedClass
Microsoft.AspNetCore.Shared.Tests (3)
ClosedGenericMatcherTest.cs (3)
71
typeof(
DerivedClass
),
76
typeof(
DerivedClass
),
81
typeof(
DerivedClass
),