4 instantiations of PocoWithCustomNumberHandlingOnProperties
Shared.Tests (4)
JsonSchemaExporter\TestTypes.cs (4)
271Value: new() { X = 1, Y = 2, Z = 3 },
273new() { X = 1, Y = double.NaN, Z = 3 },
274new() { X = 1, Y = double.PositiveInfinity, Z = 3 },
275new() { X = 1, Y = double.NegativeInfinity, Z = 3 },
2 references to PocoWithCustomNumberHandlingOnProperties
Shared.Tests (2)