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