1 override of GetParameterTypes
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
813
public override IReadOnlyList<Type>
GetParameterTypes
(string methodName)
1 reference to GetParameterTypes
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubConnectionBinder.cs (1)
23
return _dispatcher.
GetParameterTypes
(methodName);