3 references to CustomHostLifetime
Microsoft.AspNetCore.Tests (3)
WebApplicationTests.cs (3)
1554
builder.Services.AddSingleton<IHostLifetime,
CustomHostLifetime
>();
1565
Assert.IsType<
CustomHostLifetime
>(hostLifetime0);
1566
Assert.IsType<
CustomHostLifetime
>(hostLifetime1);