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