7 instantiations of HostingEnvironment
Microsoft.AspNetCore.Hosting (2)
GenericHost\WebHostBuilderBase.cs (1)
83
HostingEnvironment = new
HostingEnvironment
(),
WebHostBuilder.cs (1)
39
_hostingEnvironment = new
HostingEnvironment
();
Microsoft.AspNetCore.Hosting.Tests (5)
HostingEnvironmentExtensionsTests.cs (4)
15
IWebHostEnvironment env = new
HostingEnvironment
();
35
IWebHostEnvironment env = new
HostingEnvironment
();
48
IWebHostEnvironment env = new
HostingEnvironment
();
61
IWebHostEnvironment env = new
HostingEnvironment
();
StartupManagerTests.cs (1)
491
var hostingEnv = new
HostingEnvironment
();
2 references to HostingEnvironment
Microsoft.AspNetCore.Hosting (1)
WebHostBuilder.cs (1)
25
private readonly
HostingEnvironment
_hostingEnvironment;
Microsoft.AspNetCore.Hosting.Tests (1)
StartupManagerTests.cs (1)
491
var
hostingEnv = new HostingEnvironment();