2 writes to Name
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithExtensionDataProperty.g.cs (1)
61
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithExtensionDataProperty)obj).
Name
= value!,
JsonSchemaExporter\TestTypes.cs (1)
515
Value: new() {
Name
= "name", ExtensionData = new() { ["x"] = 42 } },
1 reference to Name
Shared.Tests (1)
Generated\361d1da7f942c932\TestTypesContext.PocoWithExtensionDataProperty.g.cs (1)
60
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithExtensionDataProperty)obj).
Name
,