3 references to VoidMethodExecutor
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
224
var lambda = Expression.Lambda<
VoidMethodExecutor
>(methodCall, targetParameter, parametersParameter);
225
var
voidExecutor = lambda.Compile();
237
private static MethodExecutor WrapVoidMethod(
VoidMethodExecutor
executor)