1 write to ApplicationLifetime
Microsoft.Extensions.Hosting.Systemd (1)
SystemdLifetime.cs (1)
40ApplicationLifetime = applicationLifetime;
3 references to ApplicationLifetime
Microsoft.Extensions.Hosting.Systemd (3)
SystemdLifetime.cs (2)
75_applicationStartedRegistration = ApplicationLifetime.ApplicationStarted.Register(state => 80_applicationStoppingRegistration = ApplicationLifetime.ApplicationStopping.Register(state =>
SystemdLifetime.netcoreapp.cs (1)
26ApplicationLifetime.StopApplication();