2 writes to _clients
Microsoft.AspNetCore.SignalR.Core (2)
Hub`T.cs (2)
27
_clients
= new TypedHubClients<T>(base.Clients);
31
set =>
_clients
= value;
2 references to _clients
Microsoft.AspNetCore.SignalR.Core (2)
Hub`T.cs (2)
25
if (
_clients
== null)
29
return
_clients
;