1 write to _applicationLifetime
Microsoft.AspNetCore.Hosting (1)
Internal\WebHost.cs (1)
134
_applicationLifetime
= _applicationServices.GetRequiredService<ApplicationLifetime>();
3 references to _applicationLifetime
Microsoft.AspNetCore.Hosting (3)
Internal\WebHost.cs (3)
150
_applicationLifetime
?.NotifyStarted();
294
_applicationLifetime
?.StopApplication();
308
_applicationLifetime
?.NotifyStopped();