3 writes to Y
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] },
61
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRequiredMembers)obj).
Y
= value!,
JsonSchemaExporter\TestTypes.cs (1)
238
new() { X = "str1",
Y
= "str2" },
2 references to Y
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithRequiredMembers.g.cs (2)
60
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRequiredMembers)obj).
Y
,
135
writer.WriteString(PropName_Y, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithRequiredMembers)value).
Y
);