3 writes to _copiedHandlers
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
2053
_copiedHandlers
= _invocationHandlers.ToArray();
2076
_copiedHandlers
= null;
2086
_copiedHandlers
= null;
3 references to _copiedHandlers
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
2045
var handlers =
_copiedHandlers
;
2051
if (
_copiedHandlers
== null)
2055
handlers =
_copiedHandlers
;