Microsoft.Extensions.DependencyInjection.ServiceProvider
public sealed class ServiceProvider : IServiceProvider, IKeyedServiceProvider, IDisposable, IAsyncDisposable
The default IServiceProvider.
Disposes the service provider and all resolved services that implement IDisposable.
Asynchronously disposes the service provider and all resolved services that implement IDisposable or IAsyncDisposable.
Gets the service object of the specified type with the specified key.
Gets the service object of the specified type.
Gets the service object of the specified type.