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