2 writes to IntegerProperty
Shared.Tests (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.PocoWithCustomNaming.g.cs (1)
61
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomNaming)obj).
IntegerProperty
= value!,
JsonSchemaExporter\TestTypes.cs (1)
262
Value: new() {
IntegerProperty
= 1, StringProperty = "str" },
2 references to IntegerProperty
Shared.Tests (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.PocoWithCustomNaming.g.cs (2)
60
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomNaming)obj).
IntegerProperty
,
108
writer.WriteNumber(PropName_int, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithCustomNaming)value).
IntegerProperty
);