1 instantiation of HubCallerClients
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
746hub.Clients = new HubCallerClients(_hubContext.Clients, connection.ConnectionId, connection.ActiveInvocationLimit)
5 references to HubCallerClients
Microsoft.AspNetCore.SignalR.Core (5)
Internal\DefaultHubDispatcher.cs (3)
417Debug.Assert(hub.Clients is HubCallerClients); 421((HubCallerClients)hub.Clients).TrySetSemaphoreReleased(); 556if (hub?.Clients is HubCallerClients hubCallerClients)
Internal\HubCallerClients.cs (2)
122private readonly HubCallerClients _hubCallerClients; 124public SingleClientProxy(ISingleClientProxy hubClients, HubCallerClients hubCallerClients)