2 writes to _executor
Microsoft.AspNetCore.SignalR.Core (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
53_executor = GetExecutor(methodInfo, targetTypeInfo); 76_executor = methodInfo.Invoke;
2 references to _executor
Microsoft.AspNetCore.SignalR.Core (2)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
149Debug.Assert(_executor != null, "Sync execution is not supported."); 150return _executor(target, parameters);