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