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