2 writes to Name
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoDisallowingUnmappedMembers.g.cs (1)
63
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoDisallowingUnmappedMembers)obj).
Name
= value!,
JsonSchemaExporter\TestTypes.cs (1)
519
Value: new() {
Name
= "name", Age = 42 },
2 references to Name
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoDisallowingUnmappedMembers.g.cs (2)
62
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoDisallowingUnmappedMembers)obj).
Name
,
110
writer.WriteString(PropName_Name, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoDisallowingUnmappedMembers)value).
Name
);