8 references to ApplicationLifetime
Microsoft.AspNetCore.Hosting (8)
Internal\ApplicationLifetime.cs (2)
23
private readonly ILogger<
ApplicationLifetime
> _logger;
25
public ApplicationLifetime(ILogger<
ApplicationLifetime
> logger)
Internal\WebHost.cs (6)
28
private
ApplicationLifetime
? _applicationLifetime;
64
_applicationServiceCollection.AddSingleton<
ApplicationLifetime
>();
67
=> services.GetService<
ApplicationLifetime
>()!);
70
=> services.GetService<
ApplicationLifetime
>()!);
72
=> services.GetService<
ApplicationLifetime
>()!);
134
_applicationLifetime = _applicationServices.GetRequiredService<
ApplicationLifetime
>();