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