1 write to Value
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
1156
Value
= 42;
7 references to Value
Microsoft.Extensions.AI.Tests (7)
Functions\AIFunctionFactoryTest.cs (7)
987
Assert.NotEqual(new StructWithDefaultCtor().
Value
, default(StructWithDefaultCtor).
Value
);
989
AIFunction f = AIFunctionFactory.Create((Guid g = default, StructWithDefaultCtor s = default) => g.ToString() + "," + s.
Value
.ToString(), serializerOptions: JsonContext.Default.Options);
998
Assert.NotEqual(new StructWithDefaultCtor().
Value
, default(StructWithDefaultCtor).
Value
);
1031
Assert.NotEqual(new StructWithDefaultCtor().
Value
, default(StructWithDefaultCtor).
Value
);