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