1 instantiation of HubConnectionStore
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
18private readonly HubConnectionStore _connections = new HubConnectionStore();
4 references to HubConnectionStore
Microsoft.AspNetCore.SignalR.Core (4)
DefaultHubLifetimeManager.cs (1)
18private readonly HubConnectionStore _connections = new HubConnectionStore();
HubConnectionStore.cs (3)
67/// An <see cref="IEnumerator"/> over the <see cref="HubConnectionStore"/> 74/// Constructs the <see cref="Enumerator"/> over the <see cref="HubConnectionStore"/>. 77public Enumerator(HubConnectionStore hubConnectionList)