3 references to VoidMethodExecutor
Microsoft.AspNetCore.SignalR.Core (3)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
178var lambda = Expression.Lambda<VoidMethodExecutor>(methodCall, targetParameter, parametersParameter); 179var voidExecutor = lambda.Compile(); 191private static MethodExecutor WrapVoidMethod(VoidMethodExecutor executor)