1 write to _hostConfiguration
Microsoft.Extensions.Hosting (1)
HostBuilder.cs (1)
217_hostConfiguration = configBuilder.Build();
4 references to _hostConfiguration
Microsoft.Extensions.Hosting (4)
HostBuilder.cs (4)
207[MemberNotNull(nameof(_hostConfiguration))] 224(_hostingEnvironment, _defaultProvider) = CreateHostingEnvironment(_hostConfiguration!); // TODO-NULLABLE: https://github.com/dotnet/csharplang/discussions/5778. The same pattern exists below as well. 272Configuration = _hostConfiguration! 281.AddConfiguration(_hostConfiguration!, shouldDisposeConfiguration: true);