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