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