4 instantiations of PocoWithCustomNumberHandlingOnProperties
Microsoft.Extensions.AI.Abstractions.Tests (4)
test\Shared\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
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
282yield return new TestData<PocoWithCustomNumberHandlingOnProperties>( 1274[JsonSerializable(typeof(PocoWithCustomNumberHandlingOnProperties))]