2 writes to _theAppManager
System.Web (2)
Hosting\ApplicationManager.cs (2)
180_theAppManager = HostingEnvironment.GetApplicationManager(); 183_theAppManager = new ApplicationManager();
4 references to _theAppManager
System.Web (4)
Hosting\ApplicationManager.cs (4)
176if (_theAppManager == null) { 178if (_theAppManager == null) { 182if (_theAppManager == null) 188return _theAppManager;