3 references to CreateExact
Microsoft.Extensions.DependencyInjection (3)
ServiceLookup\CallSiteFactory.cs (3)
303
ServiceCallSite callSite =
CreateExact
(descriptor, cacheKey, callSiteChain, --slot);
330
ServiceCallSite callSite =
CreateExact
(_descriptors[i], registrationKey, callSiteChain, slot);
458
return
CreateExact
(descriptor, serviceIdentifier, callSiteChain, slot);