5 writes to Z
Shared.Tests (5)
Generated\361d1da7f942c932\TestTypesContext.PocoWithCustomNumberHandlingOnProperties.g.cs (1)
101
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomNumberHandlingOnProperties)obj).
Z
= 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 Z
Shared.Tests (1)
Generated\361d1da7f942c932\TestTypesContext.PocoWithCustomNumberHandlingOnProperties.g.cs (1)
100
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomNumberHandlingOnProperties)obj).
Z
,