4 references to MethodExecutor
Microsoft.AspNetCore.Http.Extensions (4)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (4)
18private readonly MethodExecutor? _executor; 197private static MethodExecutor GetExecutor(MethodInfo methodInfo, TypeInfo targetTypeInfo) 232var lambda = Expression.Lambda<MethodExecutor>(castMethodCall, targetParameter, parametersParameter); 237private static MethodExecutor WrapVoidMethod(VoidMethodExecutor executor)