6 writes to _url
System.Web (6)
HttpRequest.cs (6)
185
_url
= new Uri(url);
198
_url
= new Uri("http://localhost" + virtualPath.VirtualPathString);
1894
_url
= new Uri(u);
1924
_url
= BuildUrl(() => Path);
3033
_url
= null;
3073
_url
= null;
3 references to _url
System.Web (3)
HttpRequest.cs (3)
186
_path = VirtualPath.CreateAbsolute(
_url
.AbsolutePath);
1917
if (
_url
== null && _wr != null) {
1927
return
_url
;