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)
575
LockableAppDomainContext ac =
_appManager
.GetLockableAppDomainContext(appId);
584
handler = (AppDomainProtocolHandler)
_appManager
.CreateObjectInternal(
590
_appManager
.CreateObjectInternal(
627
LockableAppDomainContext ac =
_appManager
.GetLockableAppDomainContext(appId);
630
handler = (AppDomainProtocolHandler)
_appManager
.GetObject(appId, handlerType);
660
LockableAppDomainContext ac =
_appManager
.GetLockableAppDomainContext(appId);
663
handler = (AppDomainProtocolHandler)
_appManager
.GetObject(appId, handlerType);
718
LockableAppDomainContext ac =
_appManager
.GetLockableAppDomainContext(appId);
728
_appManager
.RemoveFromTableIfRuntimeExists(appId, typeof(PipelineRuntime));
735
runtime = (PipelineRuntime)
_appManager
.CreateObjectInternal(
766
_appManager
.ShutdownApplication(appId);
798
_appManager
.ShutdownAll();
824
object resumeState =
_appManager
.SuspendAllApplications();
828
_appManager
.ResumeAllApplications(resumeState);
873
result =
_appManager
.IsIdle();
890
_appManager
.Ping(callback);
977
LockableAppDomainContext ac =
_appManager
.GetLockableAppDomainContext(appId);
1051
PreloadHost preloadHostObj = (PreloadHost)
_appManager
.CreateObjectInternal(
1089
preloadHostObj = (PreloadHost)
_appManager
.CreateObjectInternal(