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