1 instantiation of Enumerator
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionStore.cs (1)
63return new Enumerator(this);
3 references to Enumerator
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionStore.cs (3)
60/// <returns>The <see cref="Enumerator"/> over the connections.</returns> 61public Enumerator GetEnumerator() 74/// Constructs the <see cref="Enumerator"/> over the <see cref="HubConnectionStore"/>.