3 writes to Struct
Shared.Tests (3)
Generated\361d1da7f942c932\TestTypesContext.PocoWithNullableStructFollowedByStruct.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithNullableStructFollowedByStruct)obj).Struct = value!,
JsonSchemaExporter\TestTypes.cs (2)
486Value: new() { NullableStruct = null, Struct = recordStruct }, 487AdditionalValues: [new() { NullableStruct = recordStruct, Struct = recordStruct }],
2 references to Struct
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithNullableStructFollowedByStruct.g.cs (2)
80Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithNullableStructFollowedByStruct)obj).Struct, 111SimpleRecordStructSerializeHandler(writer, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithNullableStructFollowedByStruct)value).Struct);