3 writes to _filePath
System.Web (3)
Hosting\ISAPIWorkerRequest.cs (3)
1037
_filePath
= basicStrings[1];
2125
_filePath
= _path;
2189
_filePath
= _basicServerVars[URL];
5 references to _filePath
System.Web (5)
Hosting\ISAPIWorkerRequest.cs (5)
1039
_path = (_pathInfo.Length > 0) ? (
_filePath
+ _pathInfo) :
_filePath
;
1167
return
_filePath
;
2116
int lengthDiff = _path.Length -
_filePath
.Length;
2118
_pathInfo = _path.Substring(
_filePath
.Length);