2 writes to _rawUrl
System.Web (2)
HttpRequest.cs (2)
1845
_rawUrl
= value;
1866
_rawUrl
= url;
4 references to _rawUrl
System.Web (4)
HttpRequest.cs (4)
1840
ValidateString(
_rawUrl
, null, RequestValidationSource.RawUrl);
1842
return
_rawUrl
;
1851
if (
_rawUrl
== null) {
1869
return
_rawUrl
;