1 write to _appId
System.Web (1)
Hosting\HostingEnvironment.cs (1)
335
_appId
= HttpRuntime.AppDomainAppId;
9 references to _appId
System.Web (9)
Hosting\HostingEnvironment.cs (9)
264
_appManager.HostingEnvironmentShutdownComplete(
_appId
, originalAppHost);
508
return new ApplicationInfo(
_appId
, _appVirtualPath, _appPhysicalPath);
544
Debug.Trace("HostingEnvironmentShutdown", "Shutting down: appId=" +
_appId
);
599
Debug.Trace("AppManager", "HostingEnvironment.InitiateShutdownInternal appId=" +
_appId
);
685
Debug.Trace("AppManager", "Removing HostingEnvironment from AppManager table, appId=" +
_appId
);
686
_appManager.HostingEnvironmentShutdownInitiated(
_appId
, this);
710
Debug.Trace("AppManager", "HostingEnvironment - shutting down AppDomain, appId=" +
_appId
);
1341
return _theHostingEnvironment.
_appId
;
1351
return _theHostingEnvironment.
_appId
;