2 writes to DerivedValue
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
605Value: new PocoWithPolymorphism.DerivedPocoStringDiscriminator { BaseValue = 42, DerivedValue = "derived" }, 1126public PocoWithPolymorphism.DerivedPocoStringDiscriminator DerivedValue2 { get; set; } = new() { DerivedValue = "derived" };