8 writes to StringNullable
Shared.Tests (8)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.SimplePoco.g.cs (1)
83Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.SimplePoco)obj).StringNullable = value!,
JsonSchemaExporter\TestTypes.cs (7)
152Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 153AdditionalValues: [new() { String = "str", StringNullable = null }], 533Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 534AdditionalValues: [new() { String = "str", StringNullable = null }], 841["one"] = new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 842["two"] = new() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true }, 843["three"] = new() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true },
2 references to StringNullable
Shared.Tests (2)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.SimplePoco.g.cs (2)
82Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.SimplePoco)obj).StringNullable, 171writer.WriteString(PropName_StringNullable, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.SimplePoco)value).StringNullable);