1 write to _enumerator
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionStore.cs (1)
79
_enumerator
= hubConnectionList._connections.GetEnumerator();
4 references to _enumerator
Microsoft.AspNetCore.SignalR.Core (4)
HubConnectionStore.cs (4)
85
public HubConnectionContext Current =>
_enumerator
.Current.Value;
92
public void Dispose() =>
_enumerator
.Dispose();
98
public bool MoveNext() =>
_enumerator
.MoveNext();
103
public void Reset() =>
_enumerator
.Reset();