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