1 write to ObjectMethodExecutor
Microsoft.AspNetCore.SignalR.Core (1)
HubInvocationContext.cs (1)
36
ObjectMethodExecutor
= objectMethodExecutor;
2 references to ObjectMethodExecutor
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
58
if (invocationContext.
ObjectMethodExecutor
!= null)
60
return ExecuteMethod(invocationContext.
ObjectMethodExecutor
, invocationContext.Hub, arguments);