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();