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