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