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