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