2 references to GetServiceType
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubMethodDescriptor.cs (2)
98
if (keyedServiceProvider.IsKeyedService(
GetServiceType
(p.ParameterType), keyedServicesAttribute.Key))
131
else if (serviceProviderIsService?.IsService(
GetServiceType
(p.ParameterType)) == true)