1 write to _path
System.Web (1)
Hosting\IIS7WorkerRequest.cs (1)
163
_path
= GetUriPathInternal(true /*includePathInfo*/, false /*useParentContext*/); // includes path-info
4 references to _path
System.Web (4)
Hosting\IIS7WorkerRequest.cs (4)
167
int lengthDiff =
_path
.Length - _filePath.Length;
169
_pathInfo =
_path
.Substring(_filePath.Length);
176
_filePath =
_path
;
317
return
_path
;