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