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); 1917if (_url == null && _wr != null) { 1927return _url;