3 instantiations of DerivedPocoNoDiscriminator
Shared.Tests (3)
JsonSchemaExporter\TestTypes.cs (3)
613new PocoWithPolymorphism.DerivedPocoNoDiscriminator { BaseValue = 42, DerivedValue = "derived" }, 1132public PocoWithPolymorphism PolymorphicValue { get; set; } = new PocoWithPolymorphism.DerivedPocoNoDiscriminator { DerivedValue = "derived" }; 1133public PocoWithPolymorphism.DerivedPocoNoDiscriminator DerivedValue1 { get; set; } = new() { DerivedValue = "derived" };
2 references to DerivedPocoNoDiscriminator
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
1081[JsonDerivedType(typeof(DerivedPocoNoDiscriminator))] 1133public PocoWithPolymorphism.DerivedPocoNoDiscriminator DerivedValue1 { get; set; } = new() { DerivedValue = "derived" };