3 writes to _copiedHandlers
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
2237
_copiedHandlers
= _invocationHandlers.ToArray();
2260
_copiedHandlers
= null;
2270
_copiedHandlers
= null;
3 references to _copiedHandlers
Microsoft.AspNetCore.SignalR.Client.Core (3)
HubConnection.cs (3)
2229
var handlers =
_copiedHandlers
;
2235
if (
_copiedHandlers
== null)
2239
handlers =
_copiedHandlers
;