3 references to Reduce
System.Web (3)
HttpResponse.cs (1)
3236virtualPath = UrlPath.Reduce(virtualPath);
Util\UrlPath.cs (2)
202return Reduce(path); 644string path = Reduce(MakeVirtualPathAppAbsolute(virtualPath));