2 references to TryGetType
Microsoft.AspNetCore.SignalR.StackExchangeRedis (2)
RedisHubLifetimeManager.cs (1)
446
return _clientResultsManager.
TryGetType
(invocationId, out type);
src\SignalR\common\Shared\ClientResultsManager.cs (1)
94
if (
TryGetType
(invocationId, out var type))