3 writes to X
Shared.Tests (3)
Generated\361d1da7f942c932\TestTypesContext.PocoWithRequiredMembers.g.cs (2)
34ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRequiredMembers(){ Y = (string)args[0], X = (string)args[1] }, 105Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRequiredMembers)obj).X = value!,
JsonSchemaExporter\TestTypes.cs (1)
238new() { X = "str1", Y = "str2" },
2 references to X
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithRequiredMembers.g.cs (2)
104Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRequiredMembers)obj).X, 137writer.WriteString(PropName_X, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRequiredMembers)value).X);