3 references to ConstructorCallSite
Microsoft.Extensions.DependencyInjection (3)
ServiceLookup\CallSiteFactory.cs (2)
491
return new
ConstructorCallSite
(lifetime, serviceIdentifier.ServiceType, constructor, parameterCallSites);
555
return new
ConstructorCallSite
(lifetime, serviceIdentifier.ServiceType, bestConstructor, parameterCallSites);
ServiceLookup\ConstructorCallSite.cs (1)
14
public ConstructorCallSite(ResultCache cache, Type serviceType, ConstructorInfo constructorInfo) :
this
(cache, serviceType, constructorInfo, Array.Empty<ServiceCallSite>())