2 references to ExplicitKey
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\CallSiteFactory.cs (1)
706
ServiceKeyLookupMode.
ExplicitKey
=> fromKeyedServicesAttribute.Key,
Microsoft.Extensions.DependencyInjection.Abstractions (1)
FromKeyedServicesAttribute.cs (1)
23
LookupMode = key == null ? ServiceKeyLookupMode.NullKey : ServiceKeyLookupMode.
ExplicitKey
;