2 implementations of GetParameterTypes
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubConnectionBinder.cs (1)
21
public IReadOnlyList<Type>
GetParameterTypes
(string methodName)
src\aspnetcore\src\SignalR\common\Shared\ClientResultsManager.cs (1)
102
public IReadOnlyList<Type>
GetParameterTypes
(string methodName)
5 references to GetParameterTypes
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\SignalR\common\Protocols.MessagePack\src\Protocol\MessagePackHubProtocolWorker.cs (2)
91
var parameterTypes = binder.
GetParameterTypes
(target);
121
var parameterTypes = binder.
GetParameterTypes
(target);
Microsoft.AspNetCore.SignalR.Protocols.Json (3)
Protocol\JsonHubProtocol.cs (3)
309
var paramTypes = binder.
GetParameterTypes
(target);
364
var paramTypes = binder.
GetParameterTypes
(target);
390
var paramTypes = binder.
GetParameterTypes
(target);