2 writes to HostEnv
System.Web (2)
Hosting\ApplicationManager.cs (2)
755ac.HostEnv = null; 861ac.HostEnv = env;
19 references to HostEnv
System.Web (19)
Hosting\ApplicationManager.cs (17)
388HostingEnvironment env = ac.HostEnv; 408HostingEnvironment env = ac.HostEnv; 453HostingEnvironment env = ac.HostEnv; 480HostingEnvironment env = ac.HostEnv; 495HostingEnvironment env = ac.HostEnv; 514if (ac.HostEnv != null) { 515ac.HostEnv.InitiateShutdownInternal(); 536HostingEnvironment env = ac.HostEnv; 556HostingEnvironment env = ac.HostEnv; 581HostingEnvironment hostEnv = ac.HostEnv; 636hostEnv = appDomainContext.HostEnv; 787HostingEnvironment h = ac.HostEnv; 792h = ac.HostEnv; 800if (bestCandidateForShutdown == null || bestCandidateForShutdown.HostEnv == null || 813if (bestCandidateForShutdown.HostEnv != null) { 814bestCandidateForShutdown.HostEnv.InitiateShutdownInternal(); 850HostingEnvironment env = ac.HostEnv;
Hosting\ProcessHost.cs (2)
1023if (_preloadUtil == null || ac.PreloadContext == null || ac.HostEnv != null) { 1079ac.HostEnv.InitiateShutdownInternal();