4 references to InheritKey
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\CallSiteFactory.cs (1)
705
ServiceKeyLookupMode.
InheritKey
=> serviceIdentifier.ServiceKey,
Microsoft.Extensions.DependencyInjection.Abstractions (3)
FromKeyedServicesAttribute.cs (3)
27
/// Creates a new <see cref="FromKeyedServicesAttribute"/> instance with <see cref="LookupMode"/> set to <see cref="ServiceKeyLookupMode.
InheritKey
"/>.
32
LookupMode = ServiceKeyLookupMode.
InheritKey
;
40
/// A <see langword="null"/> value is also used along with <see cref="LookupMode"/> set to <see cref="ServiceKeyLookupMode.
InheritKey
"/> to indicate that the key should be inherited from the parent scope.