6 writes to _filePath
System.Web (6)
HttpRequest.cs (6)
1520
_filePath
= _wr.GetFilePathObject();
1523
_filePath
= PathObject;
1537
_filePath
= PathObject;
1550
_filePath
= VirtualPath.CreateAbsolute(Path.Substring(0, filePathLen));
3032
_filePath
= null;
3072
_filePath
= newFilePath;
3 references to _filePath
System.Web (3)
HttpRequest.cs (3)
1512
if (
_filePath
!= null) {
1513
return
_filePath
;
1553
return
_filePath
;