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