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