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