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