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)
2051
var handlers =
_copiedHandlers
;
2057
if (
_copiedHandlers
== null)
2061
handlers =
_copiedHandlers
;