2 references to GetNonConvertableParameterTypeCount
Microsoft.AspNetCore.Routing (2)
ParameterPolicyActivator.cs (2)
105if (constructors.Length == 1 && GetNonConvertableParameterTypeCount(serviceProvider, constructors[0].GetParameters()) == 1) 151if (GetNonConvertableParameterTypeCount(serviceProvider, constructor.GetParameters()) == argumentsLength)