1 instantiation of PocoWithExtensionDataProperty
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
503Value: new() { Name = "name", ExtensionData = new() { ["x"] = 42 } },
2 references to PocoWithExtensionDataProperty
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
502yield return new TestData<PocoWithExtensionDataProperty>( 1270[JsonSerializable(typeof(PocoWithExtensionDataProperty))]