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