4 references to ReflectionInvoke
Microsoft.Extensions.AI (4)
Functions\AIFunctionFactory.cs (4)
212
return FunctionDescriptor.ReturnParameterMarshaller(
ReflectionInvoke
(FunctionDescriptor.Method, Target, args), cancellationToken);
433
object? result =
ReflectionInvoke
(taskResultGetter, taskObj, null);
446
var task = (Task)
ReflectionInvoke
(valueTaskAsTask, ThrowIfNullResult(taskObj), null)!;
448
object? result =
ReflectionInvoke
(asTaskResultGetter, task, null);