1 write to _invocationHandlers
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2339
_invocationHandlers
= new List<InvocationHandler>() { handler };
7 references to _invocationHandlers
Microsoft.AspNetCore.SignalR.Client.Core (7)
HubConnection.cs (7)
2347
lock (
_invocationHandlers
)
2352
_copiedHandlers =
_invocationHandlers
.ToArray();
2362
lock (
_invocationHandlers
)
2366
foreach (var m in
_invocationHandlers
)
2374
_invocationHandlers
.Add(handler);
2381
lock (
_invocationHandlers
)
2383
if (
_invocationHandlers
.Remove(handler))