2 references to CreateHostingEnvironment
Microsoft.Extensions.Hosting (2)
HostApplicationBuilder.cs (1)
164
(HostingEnvironment hostingEnvironment, PhysicalFileProvider physicalFileProvider) = HostBuilder.
CreateHostingEnvironment
(Configuration);
HostBuilder.cs (1)
224
(_hostingEnvironment, _defaultProvider) =
CreateHostingEnvironment
(_hostConfiguration!); // TODO-NULLABLE: https://github.com/dotnet/csharplang/discussions/5778. The same pattern exists below as well.