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)
29
private
ApplicationLifetime
? _applicationLifetime;
65
_applicationServiceCollection.AddSingleton<
ApplicationLifetime
>();
68
=> services.GetService<
ApplicationLifetime
>()!);
71
=> services.GetService<
ApplicationLifetime
>()!);
73
=> services.GetService<
ApplicationLifetime
>()!);
135
_applicationLifetime = _applicationServices.GetRequiredService<
ApplicationLifetime
>();