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)
167int lengthDiff = _path.Length - _filePath.Length; 169_pathInfo = _path.Substring(_filePath.Length); 176_filePath = _path; 317return _path;