1 write to _method
Microsoft.Extensions.AI (1)
Functions\AIFunctionFactory.cs (1)
142_method = method;
1 reference to _method
Microsoft.Extensions.AI (1)
Functions\AIFunctionFactory.cs (1)
248object? result = await _returnMarshaller(ReflectionInvoke(_method, _target, args)).ConfigureAwait(false);