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