2 implementations of GetParameterTypes
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubConnectionBinder.cs (1)
21public IReadOnlyList<Type> GetParameterTypes(string methodName)
src\aspnetcore\src\SignalR\common\Shared\ClientResultsManager.cs (1)
102public 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)
91var parameterTypes = binder.GetParameterTypes(target); 121var parameterTypes = binder.GetParameterTypes(target);
Microsoft.AspNetCore.SignalR.Protocols.Json (3)
Protocol\JsonHubProtocol.cs (3)
309var paramTypes = binder.GetParameterTypes(target); 364var paramTypes = binder.GetParameterTypes(target); 390var paramTypes = binder.GetParameterTypes(target);