2 references to TryGetType
Microsoft.AspNetCore.SignalR.Core (2)
DefaultHubLifetimeManager.cs (1)
393
if (_clientResultsManager.
TryGetType
(invocationId, out type))
src\SignalR\common\Shared\ClientResultsManager.cs (1)
94
if (
TryGetType
(invocationId, out var type))