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)
50
String s =
_appVirtPath
.Equals("/") ? ("/" + _page) : (
_appVirtPath
+ "/" + _page);
180
return
_appVirtPath
;
214
if (StringUtil.StringStartsWith(path,
_appVirtPath
)) {
215
mappedPath = appPath + path.Substring(
_appVirtPath
.Length).Replace('/', '\\');