2 instantiations of new
Microsoft.Extensions.AI.Tests (2)
Functions\AIFunctionFactoryTest.cs (2)
706MyFunctionTypeWithOneArg mft = new(new()); 707MyArgumentType mat = new();
3 references to new
Microsoft.Extensions.AI.Tests (3)
Functions\AIFunctionFactoryTest.cs (3)
707MyArgumentType mat = new(); 724var result = (Tuple<MyFunctionTypeWithOneArg, MyArgumentType>?)await func.InvokeAsync(new() { Services = sp }); 1368private sealed class MyFunctionTypeWithOneArg(MyArgumentType arg)