1 write to _applicationLifetime
Microsoft.AspNetCore.Hosting (1)
Internal\WebHost.cs (1)
135
_applicationLifetime
= _applicationServices.GetRequiredService<ApplicationLifetime>();
3 references to _applicationLifetime
Microsoft.AspNetCore.Hosting (3)
Internal\WebHost.cs (3)
151
_applicationLifetime
?.NotifyStarted();
295
_applicationLifetime
?.StopApplication();
309
_applicationLifetime
?.NotifyStopped();