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