4 references to GetHubMethods
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
778
foreach (var methodInfo in HubReflectionHelper.
GetHubMethods
(hubType))
Microsoft.AspNetCore.SignalR.Tests (3)
HubReflectionHelperTests.cs (3)
15
var hubMethods = HubReflectionHelper.
GetHubMethods
(typeof(EmptyHub));
24
var hubMethods = HubReflectionHelper.
GetHubMethods
(hubType);
36
var hubMethods = HubReflectionHelper.
GetHubMethods
(hubType);