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); 508return new ApplicationInfo(_appId, _appVirtualPath, _appPhysicalPath); 544Debug.Trace("HostingEnvironmentShutdown", "Shutting down: appId=" + _appId); 599Debug.Trace("AppManager", "HostingEnvironment.InitiateShutdownInternal appId=" + _appId); 685Debug.Trace("AppManager", "Removing HostingEnvironment from AppManager table, appId=" + _appId); 686_appManager.HostingEnvironmentShutdownInitiated(_appId, this); 710Debug.Trace("AppManager", "HostingEnvironment - shutting down AppDomain, appId=" + _appId); 1341return _theHostingEnvironment._appId; 1351return _theHostingEnvironment._appId;