1 type derived from NonAbstractClassWithSingleDerivedType
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
1119
public class Derived :
NonAbstractClassWithSingleDerivedType
;
1 instantiation of NonAbstractClassWithSingleDerivedType
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
661
Value: new
NonAbstractClassWithSingleDerivedType
(),
4 references to NonAbstractClassWithSingleDerivedType
Shared.Tests (4)
JsonSchemaExporter\TestTypes.cs (4)
660
yield return new TestData<
NonAbstractClassWithSingleDerivedType
>(
662
AdditionalValues: [new
NonAbstractClassWithSingleDerivedType
.Derived()],
1116
[JsonDerivedType(typeof(
NonAbstractClassWithSingleDerivedType
.Derived))]
1270
[JsonSerializable(typeof(
NonAbstractClassWithSingleDerivedType
))]