2 references to CreateOpenGeneric
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteFactory.cs (2)
349
if (
CreateOpenGeneric
(_descriptors[i], registrationKey, callSiteChain, slot, false) is { } callSite)
516
return
CreateOpenGeneric
(descriptor, serviceIdentifier, callSiteChain, slot, throwOnConstraintViolation);