4 references to _clientResultsManager
Microsoft.AspNetCore.SignalR.Core (4)
DefaultHubLifetimeManager.cs (4)
352var task = _clientResultsManager.AddInvocation<T>(connectionId, invocationId, linkedToken); 364_clientResultsManager.RemoveInvocation(invocationId); 386_clientResultsManager.TryCompleteResult(connectionId, result); 393if (_clientResultsManager.TryGetType(invocationId, out type))