1 write to _invocationHandlers
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2046
_invocationHandlers
= new List<InvocationHandler>() { handler };
7 references to _invocationHandlers
Microsoft.AspNetCore.SignalR.Client.Core (7)
HubConnection.cs (7)
2054
lock (
_invocationHandlers
)
2059
_copiedHandlers =
_invocationHandlers
.ToArray();
2069
lock (
_invocationHandlers
)
2073
foreach (var m in
_invocationHandlers
)
2081
_invocationHandlers
.Add(handler);
2088
lock (
_invocationHandlers
)
2090
if (
_invocationHandlers
.Remove(handler))