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