1 type derived from NonAbstractClassWithSingleDerivedType
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
1127
public class Derived :
NonAbstractClassWithSingleDerivedType
;
1 instantiation of NonAbstractClassWithSingleDerivedType
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
667
Value: new
NonAbstractClassWithSingleDerivedType
(),
4 references to NonAbstractClassWithSingleDerivedType
Shared.Tests (4)
JsonSchemaExporter\TestTypes.cs (4)
666
yield return new TestData<
NonAbstractClassWithSingleDerivedType
>(
668
AdditionalValues: [new
NonAbstractClassWithSingleDerivedType
.Derived()],
1124
[JsonDerivedType(typeof(
NonAbstractClassWithSingleDerivedType
.Derived))]
1278
[JsonSerializable(typeof(
NonAbstractClassWithSingleDerivedType
))]