1 write to _appDomainAppPath
System.Web (1)
HttpRuntime.cs (1)
323_appDomainAppPath = GetAppDomainString(".appPath");
11 references to _appDomainAppPath
System.Web (11)
HttpRuntime.cs (11)
327_isOnUNCShare = StringUtil.StringStartsWith(_appDomainAppPath, "\\\\"); 349string dataDirectory = Path.Combine(_appDomainAppPath, DataDirectoryName); 723if (!FileUtil.DirectoryAccessible(_appDomainAppPath)) { 725if (_appDomainAppPath.IndexOf('?') >= 0) { 727throw new HttpException(SR.GetString(SR.Access_denied_to_unicode_app_dir, _appDomainAppPath)); 730throw new HttpException(SR.GetString(SR.Access_denied_to_app_dir, _appDomainAppPath)); 1004string appDomainAppPath = _appDomainAppPath; 1243string appOfflineFile = Path.Combine(_theRuntime._appDomainAppPath, AppOfflineFileName); 2969get { return _theRuntime._appDomainAppPath; } 3032get { return Path.Combine(_theRuntime._appDomainAppPath, BinDirectoryName) + Path.DirectorySeparatorChar; } 3524_DefaultPhysicalPathOnMapPathFailure = Path.Combine(_appDomainAppPath, "NOT_A_VALID_FILESYSTEM_PATH");