3 references to MapPath
System.Web (2)
Abstractions\HttpServerUtilityWrapper.cs (1)
95return _httpServerUtility.MapPath(path);
Util\AspCompat.cs (1)
798return _context.Server.MapPath(logicalPath);
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1218fileDirectory = HttpContext.Current.Server.MapPath(this.Url);