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