3 writes to _appPhysPath
System.Web (3)
Hosting\SimpleWorkerRequest.cs (3)
381_appPhysPath = Thread.GetDomain().GetData(".appPath").ToString(); 404_appPhysPath = appPhysicalDir; 412_appPhysPath += "\\";
6 references to _appPhysPath
System.Web (6)
Hosting\SimpleWorkerRequest.cs (6)
162String path = _appPhysPath + _page.Replace('/', '\\'); 188InternalSecurityPermissions.PathDiscovery(_appPhysPath).Demand(); 189return _appPhysPath; 209String appPath = _appPhysPath.Substring(0, _appPhysPath.Length-1); // without trailing "\" 411if (!StringUtil.StringEndsWith(_appPhysPath, '\\'))