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