4 instantiations of DelegateHostedService
Microsoft.AspNetCore.Hosting.Tests (4)
WebHostTests.cs (4)
504
services.AddSingleton<IHostedService>(_ => new
DelegateHostedService
(started, stopping, disposing));
594
services.AddSingleton<IHostedService>(_ => new
DelegateHostedService
(started, stopping, disposing));
647
services.AddSingleton<IHostedService>(_ => new
DelegateHostedService
(started, stopping, disposing));
1125
services.AddSingleton<IHostedService>(new
DelegateHostedService
(started, stopping, () => { }));