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