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