1 instantiation of MyDerivedType
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
405AIFunction func = AIFunctionFactory.Create(overrideMethod, new MyDerivedType());
2 references to MyDerivedType
Microsoft.Extensions.AI.Tests (2)
Functions\AIFunctionFactoryTest.cs (2)
404MethodInfo overrideMethod = typeof(MyDerivedType).GetMethod(nameof(MyDerivedType.Method))!;