2 writes to _path
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
1039
_path
= (_pathInfo.Length > 0) ? (_filePath + _pathInfo) : _filePath;
2187
_path
= _basicServerVars[PATH_INFO];
6 references to _path
System.Web (6)
Hosting\ISAPIWorkerRequest.cs (6)
1085
return
_path
;
1120
return
_path
+ "?" + qs;
1122
return
_path
;
2116
int lengthDiff =
_path
.Length - _filePath.Length;
2118
_pathInfo =
_path
.Substring(_filePath.Length);
2125
_filePath =
_path
;