3 writes to DerivedValue
Shared.Tests (3)
JsonSchemaExporter\TestTypes.cs (3)
607
new PocoWithPolymorphism.DerivedPocoNoDiscriminator { BaseValue = 42,
DerivedValue
= "derived" },
1124
public PocoWithPolymorphism PolymorphicValue { get; set; } = new PocoWithPolymorphism.DerivedPocoNoDiscriminator {
DerivedValue
= "derived" };
1125
public PocoWithPolymorphism.DerivedPocoNoDiscriminator DerivedValue1 { get; set; } = new() {
DerivedValue
= "derived" };