5 writes to X
Shared.Tests (5)
Generated\361d1da7f942c932\TestTypesContext.PocoWithCustomNumberHandlingOnProperties.g.cs (1)
61
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomNumberHandlingOnProperties)obj).
X
= value!,
JsonSchemaExporter\TestTypes.cs (4)
283
Value: new() {
X
= 1, Y = 2, Z = 3 },
285
new() {
X
= 1, Y = double.NaN, Z = 3 },
286
new() {
X
= 1, Y = double.PositiveInfinity, Z = 3 },
287
new() {
X
= 1, Y = double.NegativeInfinity, Z = 3 },
1 reference to X
Shared.Tests (1)
Generated\361d1da7f942c932\TestTypesContext.PocoWithCustomNumberHandlingOnProperties.g.cs (1)
60
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomNumberHandlingOnProperties)obj).
X
,