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