3 references to StructWithDefaultCtor
Microsoft.Extensions.AI.Tests (3)
Functions\AIFunctionFactoryTest.cs (3)
850Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value); 861Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value); 894Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value);