Microsoft.Extensions.DependencyInjection.ServiceLookup.ConstructorCallSite
namespace Microsoft.Extensions.DependencyInjection.ServiceLookup
{
internal sealed class ConstructorCallSite : ServiceCallSite
{
public ConstructorCallSite(ResultCache cache, Type serviceType, ConstructorInfo constructorInfo, object serviceKey);
public ConstructorCallSite(ResultCache cache, Type serviceType, ConstructorInfo constructorInfo, ServiceCallSite[] parameterCallSites, object serviceKey);
}
}