2 implementations of GetReturnType
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubConnectionBinder.cs (1)
26public Type GetReturnType(string invocationId)
src\aspnetcore\src\SignalR\common\Shared\ClientResultsManager.cs (1)
92public Type GetReturnType(string invocationId)
2 references to GetReturnType
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\SignalR\common\Shared\TryGetReturnType.cs (1)
14return binder.GetReturnType(invocationId);
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
src\aspnetcore\src\SignalR\common\Shared\TryGetReturnType.cs (1)
14return binder.GetReturnType(invocationId);