4 references to StructWithDefaultCtor
Microsoft.Extensions.AI.Tests (4)
Functions\AIFunctionFactoryTest.cs (3)
1217Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value); 1228Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value); 1261Assert.NotEqual(new StructWithDefaultCtor().Value, default(StructWithDefaultCtor).Value);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JsonContext.StructWithDefaultCtor.g.cs (1)
33ObjectCreator = () => new global::Microsoft.Extensions.AI.AIFunctionFactoryTest.StructWithDefaultCtor(),