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