<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />

Microsoft.Extensions.DependencyInjection.ServiceProvider

public sealed class ServiceProvider : IServiceProvider, IKeyedServiceProvider, IDisposable, IAsyncDisposable
The default IServiceProvider.
public void Dispose()

public object GetKeyedService(Type serviceType, object serviceKey)

Gets the service object of the specified type with the specified key.

public object GetRequiredKeyedService(Type serviceType, object serviceKey)

Gets the service object of the specified type.

public object GetService(Type serviceType)

Gets the service object of the specified type.