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