2 instantiations of PocoWithStructFollowedByNullableStruct
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
457Value: new() { Struct = recordStruct, NullableStruct = null }, 458AdditionalValues: [new() { Struct = recordStruct, NullableStruct = recordStruct }],
2 references to PocoWithStructFollowedByNullableStruct
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
456yield return new TestData<PocoWithStructFollowedByNullableStruct>( 1281[JsonSerializable(typeof(PocoWithStructFollowedByNullableStruct))]