5 writes to Value
Shared.Tests (5)
Generated\361d1da7f942c932\TestTypesContext.PocoWithRecursiveMembers.g.cs (1)
34
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRecursiveMembers(){
Value
= (int)args[0], Next = (global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRecursiveMembers)args[1] },
JsonSchemaExporter\TestTypes.cs (4)
308
Value: new() {
Value
= 1, Next = new() {
Value
= 2, Next = new() {
Value
= 3 } } },
309
AdditionalValues: [new() {
Value
= 1, Next = null }],
2 references to Value
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithRecursiveMembers.g.cs (2)
60
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRecursiveMembers)obj).
Value
,
108
writer.WriteNumber(PropName_Value, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRecursiveMembers)value).
Value
);