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)
516
using var applicationStartedRegistration =
_hostApplicationLifetime
?.ApplicationStarted.Register(
518
_hostApplicationLifetime
);