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