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