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)
1010if (_appPathTranslated != null && _appPathTranslated.Length > 2 && !StringUtil.StringEndsWith(_appPathTranslated, '\\')) 1183return _appPathTranslated;