1 write to _hostingEnvironment
Microsoft.Extensions.Hosting (1)
HostBuilder.cs (1)
224(_hostingEnvironment, _defaultProvider) = CreateHostingEnvironment(_hostConfiguration!); // TODO-NULLABLE: https://github.com/dotnet/csharplang/discussions/5778. The same pattern exists below as well.
4 references to _hostingEnvironment
Microsoft.Extensions.Hosting (4)
HostBuilder.cs (4)
221[MemberNotNull(nameof(_hostingEnvironment))] 271HostingEnvironment = _hostingEnvironment!, 280.SetBasePath(_hostingEnvironment!.ContentRootPath) 341_hostingEnvironment!,