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