1 instantiation of Host
Microsoft.Extensions.Hosting (1)
HostBuilder.cs (1)
320return new Internal.Host(appServices,
4 references to Host
Microsoft.Extensions.Hosting (4)
HostBuilder.cs (1)
324appServices.GetRequiredService<ILogger<Internal.Host>>(),
Internal\Host.cs (3)
23private readonly ILogger<Host> _logger; 38ILogger<Host> logger, 447internal sealed class HostDebugView(Host host)