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