1 type derived from NonAbstractClassWithSingleDerivedType
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
1139
public class Derived :
NonAbstractClassWithSingleDerivedType
;
1 instantiation of NonAbstractClassWithSingleDerivedType
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
679
Value: new
NonAbstractClassWithSingleDerivedType
(),
4 references to NonAbstractClassWithSingleDerivedType
Shared.Tests (4)
JsonSchemaExporter\TestTypes.cs (4)
678
yield return new TestData<
NonAbstractClassWithSingleDerivedType
>(
680
AdditionalValues: [new
NonAbstractClassWithSingleDerivedType
.Derived()],
1136
[JsonDerivedType(typeof(
NonAbstractClassWithSingleDerivedType
.Derived))]
1291
[JsonSerializable(typeof(
NonAbstractClassWithSingleDerivedType
))]