4 references to MethodExecutorAsync
Microsoft.AspNetCore.Http.Extensions (4)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (4)
17
private readonly
MethodExecutorAsync
? _executorAsync;
246
private static
MethodExecutorAsync
GetExecutorAsync(
382
var lambda = Expression.Lambda<
MethodExecutorAsync
>(returnValueExpression, targetParameter, parametersParameter);
437
private static
MethodExecutorAsync
? GetExecutorAsyncTrimAotCompatible(MethodInfo methodInfo, Type asyncResultType)