1 write to _defaultProvider
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.
2 references to _defaultProvider
Microsoft.Extensions.Hosting (2)
HostBuilder.cs (2)
220[MemberNotNull(nameof(_defaultProvider))] 342_defaultProvider!,