2 references to CreateConstructorCallSite
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteFactory.cs (2)
430
callSite =
CreateConstructorCallSite
(lifetime, serviceIdentifier, descriptor.GetImplementationType()!, callSiteChain);
485
return _callSiteCache[callSiteKey] =
CreateConstructorCallSite
(lifetime, serviceIdentifier, closedType, callSiteChain);