3 writes to _pathInfo
System.Web (3)
Hosting\ISAPIWorkerRequest.cs (3)
1038
_pathInfo
= basicStrings[2];
2118
_pathInfo
= _path.Substring(_filePath.Length);
2126
_pathInfo
= String.Empty;
3 references to _pathInfo
System.Web (3)
Hosting\ISAPIWorkerRequest.cs (3)
1039
_path = (
_pathInfo
.Length > 0) ? (_filePath +
_pathInfo
) : _filePath;
1175
return
_pathInfo
;