3 writes to _copiedHandlers
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
2063_copiedHandlers = _invocationHandlers.ToArray(); 2086_copiedHandlers = null; 2096_copiedHandlers = null;
3 references to _copiedHandlers
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
2055var handlers = _copiedHandlers; 2061if (_copiedHandlers == null) 2065handlers = _copiedHandlers;