3 writes to _copiedHandlers
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
2352
_copiedHandlers
= _invocationHandlers.ToArray();
2375
_copiedHandlers
= null;
2385
_copiedHandlers
= null;
3 references to _copiedHandlers
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
2344
var handlers =
_copiedHandlers
;
2350
if (
_copiedHandlers
== null)
2354
handlers =
_copiedHandlers
;