1 write to Value
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
1386Value = 42;
9 references to Value
Microsoft.Extensions.AI.Tests (9)
Functions\AIFunctionFactoryTest.cs (7)
1217Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value); 1219AIFunction f = AIFunctionFactory.Create((Guid g = default, StructWithDefaultCtor s = default) => g.ToString() + "," + s.Value.ToString(), serializerOptions: JsonContext.Default.Options); 1228Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value); 1261Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JsonContext.StructWithDefaultCtor.g.cs (2)
60Getter = static obj => ((global::Microsoft.Extensions.AI.AIFunctionFactoryTest.StructWithDefaultCtor)obj).Value, 82writer.WriteNumber(PropName_Value, ((global::Microsoft.Extensions.AI.AIFunctionFactoryTest.StructWithDefaultCtor)value).Value);