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