2 references to InvocationHandlerList
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
357var invocationList = _handlers.AddOrUpdate(methodName, _ => new InvocationHandlerList(invocationHandler), 390var invocationList = _handlers.AddOrUpdate(methodName, _ => new InvocationHandlerList(invocationHandler),