3 references to AddKeyedTransient
Microsoft.Extensions.DependencyInjection.Abstractions (3)
Extensions\ServiceCollectionDescriptorExtensions.Keyed.cs (1)
41/// <seealso cref="ServiceCollectionServiceExtensions.AddKeyedTransient(IServiceCollection, Type, object, Type)"/>
ServiceCollectionServiceExtensions.Keyed.cs (2)
96return services.AddKeyedTransient(typeof(TService), serviceKey, typeof(TImplementation)); 121return services.AddKeyedTransient(serviceType, serviceKey, serviceType);