1 write to _hostApplicationLifetime
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
410_hostApplicationLifetime = app.Services.GetService<IHostApplicationLifetime>()
2 references to _hostApplicationLifetime
Aspire.Hosting.Testing (2)
DistributedApplicationFactory.cs (2)
498using var applicationStartedRegistration = _hostApplicationLifetime?.ApplicationStarted.Register( 500_hostApplicationLifetime);