5 references to _handlers
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
393
var invocationList =
_handlers
.AddOrUpdate(methodName, _ => new InvocationHandlerList(invocationHandler),
426
var invocationList =
_handlers
.AddOrUpdate(methodName, _ => new InvocationHandlerList(invocationHandler),
447
_handlers
.TryRemove(methodName, out _);
1686
if (!
_handlers
.TryGetValue(invocation.Target, out var invocationHandlerList))
2722
if (!_hubConnection.
_handlers
.TryGetValue(methodName, out var invocationHandlerList))