5 references to _handlers
Microsoft.AspNetCore.SignalR.Client.Core (5)
HubConnection.cs (5)
357var invocationList = _handlers.AddOrUpdate(methodName, _ => new InvocationHandlerList(invocationHandler), 390var invocationList = _handlers.AddOrUpdate(methodName, _ => new InvocationHandlerList(invocationHandler), 411_handlers.TryRemove(methodName, out _); 1368if (!_handlers.TryGetValue(invocation.Target, out var invocationHandlerList)) 2409if (!_hubConnection._handlers.TryGetValue(methodName, out var invocationHandlerList))