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