8 references to ApplicationLifetime
Microsoft.AspNetCore.Hosting (8)
Internal\ApplicationLifetime.cs (2)
23private readonly ILogger<ApplicationLifetime> _logger; 25public ApplicationLifetime(ILogger<ApplicationLifetime> logger)
Internal\WebHost.cs (6)
29private ApplicationLifetime? _applicationLifetime; 65_applicationServiceCollection.AddSingleton<ApplicationLifetime>(); 68=> services.GetService<ApplicationLifetime>()!); 71=> services.GetService<ApplicationLifetime>()!); 73=> services.GetService<ApplicationLifetime>()!); 135_applicationLifetime = _applicationServices.GetRequiredService<ApplicationLifetime>();