1 write to _appManager
System.Web (1)
Hosting\HostingEnvironment.cs (1)
301_appManager = appManager;
10 references to _appManager
System.Web (10)
Hosting\HostingEnvironment.cs (10)
248if (_appManager != null) { 264_appManager.HostingEnvironmentShutdownComplete(_appId, originalAppHost); 351if (_appManager != null) { 352_appManager.HostingEnvironmentActivated(); 436if (_appManager == null) /// detached app domain 448if (limit > 0 && _appManager.AppDomainsCount >= limit) { 451_appManager.ReduceAppDomainsCount(limit); 684if (_appManager != null) { 686_appManager.HostingEnvironmentShutdownInitiated(_appId, this); 876return _theHostingEnvironment._appManager;