2 writes to X
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithCustomNumberHandling.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomNumberHandling)obj).X = value!,
JsonSchemaExporter\TestTypes.cs (1)
274Value: new() { X = 1 },
2 references to X
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithCustomNumberHandling.g.cs (2)
60Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomNumberHandling)obj).X, 88writer.WriteNumber(PropName_X, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomNumberHandling)value).X);