3 references to StructWithDefaultCtor
Microsoft.Extensions.AI.Tests (3)
Functions\AIFunctionFactoryTest.cs (3)
986Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value); 997Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value); 1030Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value);