2 references to HostBuilderContext
Microsoft.Extensions.Hosting (2)
HostApplicationBuilder.cs (1)
168
hostBuilderContext = new
HostBuilderContext
(new Dictionary<object, object>())
HostBuilder.cs (1)
269
_hostBuilderContext = new
HostBuilderContext
(Properties)