3 writes to _copiedHandlers
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
2059_copiedHandlers = _invocationHandlers.ToArray(); 2082_copiedHandlers = null; 2092_copiedHandlers = null;
3 references to _copiedHandlers
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
2051var handlers = _copiedHandlers; 2057if (_copiedHandlers == null) 2061handlers = _copiedHandlers;