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)
167
int lengthDiff = _path.Length -
_filePath
.Length;
169
_pathInfo = _path.Substring(
_filePath
.Length);
406
return
_filePath
;
1559
httpContext.Request.InternalRewritePath(VirtualPath.CreateAllowNull(
_filePath
), VirtualPath.CreateAllowNull(_pathInfo), _queryString, _rebaseClientPath);