4 writes to _clientFilePath
System.Web (4)
HttpRequest.cs (4)
1459_clientFilePath = VirtualPath.Create(uri, VirtualPathOptions.AllowAbsolutePath); 1466_clientFilePath = value; 3045_clientFilePath = newPath; 3103_clientFilePath = newFilePath;
3 references to _clientFilePath
System.Web (3)
HttpRequest.cs (3)
1451if (_clientFilePath == null) { 1462Debug.Trace("ClientUrl", "*** ClientFilePath --> " + _clientFilePath + " ***"); 1463return _clientFilePath;