2 writes to _filePath
System.Web (2)
Hosting\IIS7WorkerRequest.cs (2)
164_filePath = GetUriPathInternal(false /*includePathInfo*/, false /*useParentContext*/); // does not include path-info 176_filePath = _path;
4 references to _filePath
System.Web (4)
Hosting\IIS7WorkerRequest.cs (4)
167int lengthDiff = _path.Length - _filePath.Length; 169_pathInfo = _path.Substring(_filePath.Length); 406return _filePath; 1559httpContext.Request.InternalRewritePath(VirtualPath.CreateAllowNull(_filePath), VirtualPath.CreateAllowNull(_pathInfo), _queryString, _rebaseClientPath);