2 writes to Value
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithCustomPropertyConverter.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomPropertyConverter)obj).Value = value!,
JsonSchemaExporter\TestTypes.cs (1)
419yield return new TestData<PocoWithCustomPropertyConverter>(new() { Value = 42 }, """{"type":["object","null"],"properties":{"Value":true}}""");
1 reference to Value
Shared.Tests (1)
Generated\361d1da7f942c932\TestTypesContext.PocoWithCustomPropertyConverter.g.cs (1)
60Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomPropertyConverter)obj).Value,