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