1 instantiation of HubCallerClients
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
660hub.Clients = new HubCallerClients(_hubContext.Clients, connection.ConnectionId, connection.ActiveInvocationLimit) { InvokeAllowed = invokeAllowed };
5 references to HubCallerClients
Microsoft.AspNetCore.SignalR.Core (5)
Internal\DefaultHubDispatcher.cs (3)
371Debug.Assert(hub.Clients is HubCallerClients); 375((HubCallerClients)hub.Clients).TrySetSemaphoreReleased(); 481if (hub?.Clients is HubCallerClients hubCallerClients)
Internal\HubCallerClients.cs (2)
122private readonly HubCallerClients _hubCallerClients; 124public SingleClientProxy(ISingleClientProxy hubClients, HubCallerClients hubCallerClients)