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