3 writes to _appHost
System.Web (3)
Hosting\HostingEnvironment.cs (3)
255_appHost = new SimpleApplicationHost(_appVirtualPath, _appPhysicalPath); 338_appHost = appHost; 357_appHost = new SimpleApplicationHost(_appVirtualPath, _appPhysicalPath);
10 references to _appHost
System.Web (10)
Hosting\HostingEnvironment.cs (10)
254originalAppHost = _appHost; 356if (_appHost == null) { 364_configToken = _appHost.GetConfigToken(); 934if (_appHost != null) { 938s = _appHost.GetSiteName(); 964if (_appHost != null) { 968s = _appHost.GetSiteID(); 1271return _theHostingEnvironment._appHost; 1280return _theHostingEnvironment._appHost; 1286return _appHost;