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