5 references to HostingEnvironment
System.Web (5)
Hosting\HostingEnvironment.cs (2)
424
HostingEnvironmentSection hostEnvConfig = RuntimeConfig.GetAppLKGConfig().
HostingEnvironment
;
565
HostingEnvironmentSection hostEnvConfig = RuntimeConfig.GetAppLKGConfig().
HostingEnvironment
;
HttpRuntime.cs (3)
854
hostingEnvironmentSection = appConfig.
HostingEnvironment
;
864
hostingEnvironmentSection = appLKGConfig.
HostingEnvironment
;
1342
section = appConfig.
HostingEnvironment
;