2 writes to _pathInfo
System.Web (2)
Hosting\IIS7WorkerRequest.cs (2)
169_pathInfo = _path.Substring(_filePath.Length); 177_pathInfo = String.Empty;
2 references to _pathInfo
System.Web (2)
Hosting\IIS7WorkerRequest.cs (2)
414return _pathInfo; 1559httpContext.Request.InternalRewritePath(VirtualPath.CreateAllowNull(_filePath), VirtualPath.CreateAllowNull(_pathInfo), _queryString, _rebaseClientPath);