3 writes to _appPathTranslated
System.Web (3)
Hosting\ISAPIWorkerRequest.cs (3)
1011
_appPathTranslated
+= "\\"; // IIS 6.0 doesn't add the trailing '\'
1042
_appPathTranslated
= basicStrings[5];
2185
_appPathTranslated
= _basicServerVars[APPL_PHYSICAL_PATH];
4 references to _appPathTranslated
System.Web (4)
Hosting\ISAPIWorkerRequest.cs (4)
1010
if (
_appPathTranslated
!= null &&
_appPathTranslated
.Length > 2 && !StringUtil.StringEndsWith(
_appPathTranslated
, '\\'))
1183
return
_appPathTranslated
;