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