2 writes to _appVirtPath
System.Web (2)
Hosting\SimpleWorkerRequest.cs (2)
382_appVirtPath = Thread.GetDomain().GetData(".appVPath").ToString(); 403_appVirtPath = appVirtualDir;
5 references to _appVirtPath
System.Web (5)
Hosting\SimpleWorkerRequest.cs (5)
50String s = _appVirtPath.Equals("/") ? ("/" + _page) : (_appVirtPath + "/" + _page); 180return _appVirtPath; 214if (StringUtil.StringStartsWith(path, _appVirtPath)) { 215mappedPath = appPath + path.Substring(_appVirtPath.Length).Replace('/', '\\');