3 writes to NullableStruct
Shared.Tests (3)
Generated\361d1da7f942c932\TestTypesContext.PocoWithStructFollowedByNullableStruct.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithStructFollowedByNullableStruct)obj).NullableStruct = value!,
JsonSchemaExporter\TestTypes.cs (2)
457Value: new() { Struct = recordStruct, NullableStruct = null }, 458AdditionalValues: [new() { Struct = recordStruct, NullableStruct = recordStruct }],
2 references to NullableStruct
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithStructFollowedByNullableStruct.g.cs (2)
60Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithStructFollowedByNullableStruct)obj).NullableStruct, 109global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithStructFollowedByNullableStruct)value).NullableStruct, NullableSimpleRecordStruct);