2 overrides of TryGetReturnType
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
391public override bool TryGetReturnType(string invocationId, [NotNullWhen(true)] out Type? type)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
444public override bool TryGetReturnType(string invocationId, [NotNullWhen(true)] out Type? type)
2 references to TryGetReturnType
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (1)
213else if (_hubLifetimeManager.TryGetReturnType(completionMessage.InvocationId!, out _))
Internal\HubConnectionBinder.cs (1)
28if (_hubLifetimeManager.TryGetReturnType(invocationId, out var type))