2 references to TryAddKeyedTransient
Microsoft.Extensions.DependencyInjection.Abstractions (2)
Extensions\ServiceCollectionDescriptorExtensions.Keyed.cs (2)
89
TryAddKeyedTransient
(collection, typeof(TService), serviceKey, typeof(TService));
107
TryAddKeyedTransient
(collection, typeof(TService), serviceKey, typeof(TImplementation));