4 instantiations of PocoWithCustomNumberHandlingOnProperties
Shared.Tests (4)
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 },
2 references to PocoWithCustomNumberHandlingOnProperties
Shared.Tests (2)