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)
162
String path =
_appPhysPath
+ _page.Replace('/', '\\');
188
InternalSecurityPermissions.PathDiscovery(
_appPhysPath
).Demand();
189
return
_appPhysPath
;
209
String appPath =
_appPhysPath
.Substring(0,
_appPhysPath
.Length-1); // without trailing "\"
411
if (!StringUtil.StringEndsWith(
_appPhysPath
, '\\'))