3 references to MethodExecutorAsync
Microsoft.AspNetCore.Http.Extensions (3)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
18private readonly MethodExecutorAsync? _executorAsync; 200private static MethodExecutorAsync GetExecutorAsync( 336var lambda = Expression.Lambda<MethodExecutorAsync>(returnValueExpression, targetParameter, parametersParameter);