1 write to _invocationHandlers
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2040
_invocationHandlers
= new List<InvocationHandler>() { handler };
7 references to _invocationHandlers
Microsoft.AspNetCore.SignalR.Client.Core (7)
HubConnection.cs (7)
2048
lock (
_invocationHandlers
)
2053
_copiedHandlers =
_invocationHandlers
.ToArray();
2063
lock (
_invocationHandlers
)
2067
foreach (var m in
_invocationHandlers
)
2075
_invocationHandlers
.Add(handler);
2082
lock (
_invocationHandlers
)
2084
if (
_invocationHandlers
.Remove(handler))