1 write to _invocationHandlers
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2224
_invocationHandlers
= new List<InvocationHandler>() { handler };
7 references to _invocationHandlers
Microsoft.AspNetCore.SignalR.Client.Core (7)
HubConnection.cs (7)
2232
lock (
_invocationHandlers
)
2237
_copiedHandlers =
_invocationHandlers
.ToArray();
2247
lock (
_invocationHandlers
)
2251
foreach (var m in
_invocationHandlers
)
2259
_invocationHandlers
.Add(handler);
2266
lock (
_invocationHandlers
)
2268
if (
_invocationHandlers
.Remove(handler))