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