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