3 writes to _page
System.Web (3)
Hosting\SimpleWorkerRequest.cs (3)
45_page = _page.Substring(0, i); 377_page = page; 407_page = page;
6 references to _page
System.Web (6)
Hosting\SimpleWorkerRequest.cs (6)
41int i = _page.IndexOf('/'); 44_pathInfo = _page.Substring(i); 45_page = _page.Substring(0, i); 50String s = _appVirtPath.Equals("/") ? ("/" + _page) : (_appVirtPath + "/" + _page); 162String path = _appPhysPath + _page.Replace('/', '\\');