1 write to _appManager
System.Web (1)
Hosting\ProcessHost.cs (1)
331_appManager = ApplicationManager.GetApplicationManager();
19 references to _appManager
System.Web (19)
Hosting\ProcessHost.cs (19)
575LockableAppDomainContext ac = _appManager.GetLockableAppDomainContext(appId); 584handler = (AppDomainProtocolHandler)_appManager.CreateObjectInternal( 590_appManager.CreateObjectInternal( 627LockableAppDomainContext ac = _appManager.GetLockableAppDomainContext(appId); 630handler = (AppDomainProtocolHandler)_appManager.GetObject(appId, handlerType); 660LockableAppDomainContext ac = _appManager.GetLockableAppDomainContext(appId); 663handler = (AppDomainProtocolHandler)_appManager.GetObject(appId, handlerType); 718LockableAppDomainContext ac = _appManager.GetLockableAppDomainContext(appId); 728_appManager.RemoveFromTableIfRuntimeExists(appId, typeof(PipelineRuntime)); 735runtime = (PipelineRuntime)_appManager.CreateObjectInternal( 766_appManager.ShutdownApplication(appId); 798_appManager.ShutdownAll(); 824object resumeState = _appManager.SuspendAllApplications(); 828_appManager.ResumeAllApplications(resumeState); 873result = _appManager.IsIdle(); 890_appManager.Ping(callback); 977LockableAppDomainContext ac = _appManager.GetLockableAppDomainContext(appId); 1051PreloadHost preloadHostObj = (PreloadHost)_appManager.CreateObjectInternal( 1089preloadHostObj = (PreloadHost)_appManager.CreateObjectInternal(