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)
1451
if (
_clientFilePath
== null) {
1462
Debug.Trace("ClientUrl", "*** ClientFilePath --> " +
_clientFilePath
+ " ***");
1463
return
_clientFilePath
;