1 write to _invocationHandlers
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2050
_invocationHandlers
= new List<InvocationHandler>() { handler };
7 references to _invocationHandlers
Microsoft.AspNetCore.SignalR.Client.Core (7)
HubConnection.cs (7)
2058
lock (
_invocationHandlers
)
2063
_copiedHandlers =
_invocationHandlers
.ToArray();
2073
lock (
_invocationHandlers
)
2077
foreach (var m in
_invocationHandlers
)
2085
_invocationHandlers
.Add(handler);
2092
lock (
_invocationHandlers
)
2094
if (
_invocationHandlers
.Remove(handler))