2 instantiations of HostingEnvironment
Microsoft.AspNetCore.Hosting (2)
GenericHost\WebHostBuilderBase.cs (1)
83
HostingEnvironment = new
HostingEnvironment
(),
WebHostBuilder.cs (1)
39
_hostingEnvironment = new
HostingEnvironment
();
1 reference to HostingEnvironment
Microsoft.AspNetCore.Hosting (1)
WebHostBuilder.cs (1)
25
private readonly
HostingEnvironment
_hostingEnvironment;