3 references to HostTerminatorService
Microsoft.Extensions.Hosting.Testing (3)
FakeHostBuilder.cs (1)
32.AddHostedService<HostTerminatorService>());
HostTerminatorService.cs (2)
25/// Initializes a new instance of the <see cref="HostTerminatorService"/> class. 30public HostTerminatorService(IHost host, FakeHostOptions options, ILogger<HostTerminatorService> logger)