1 implementation of IServiceFactoryAdapter
Microsoft.Extensions.Hosting (1)
Internal\ServiceFactoryAdapter.cs (1)
10internal sealed class ServiceFactoryAdapter<TContainerBuilder> : IServiceFactoryAdapter where TContainerBuilder : notnull
2 references to IServiceFactoryAdapter
Microsoft.Extensions.Hosting (2)
HostApplicationBuilder.cs (1)
263private IServiceFactoryAdapter? _serviceProviderFactory;
HostBuilder.cs (1)
32private IServiceFactoryAdapter _serviceProviderFactory;