2 references to KeyedSingleton
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
564
{ ImplementationFactory: { } factory } => ServiceDescriptor.
KeyedSingleton
<IHost>(this, (sp, _) => (IHost)factory(sp)),
Microsoft.Extensions.DependencyInjection.Abstractions (1)
Extensions\ServiceCollectionDescriptorExtensions.Keyed.cs (1)
376
services.TryAdd(ServiceDescriptor.
KeyedSingleton
(serviceKey, implementationFactory));