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