1 write to ApplicationLifetime
Microsoft.Extensions.Hosting.Systemd (1)
SystemdLifetime.cs (1)
40
ApplicationLifetime
= 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)
26
ApplicationLifetime
.StopApplication();