6 references to MakeFileUrl
System.Web (6)
Hosting\ApplicationManager.cs (3)
1390
String appDirUrl = HttpRuntime.
MakeFileUrl
(appDir);
1454
String binDirUrl = HttpRuntime.
MakeFileUrl
(binDir);
1471
gacLocation = HttpRuntime.
MakeFileUrl
(gacLocation);
HttpRuntime.cs (3)
3253
strFileData = strFileData.Replace("$AppDirUrl$",
MakeFileUrl
(appDir));
3254
strFileData = strFileData.Replace("$CodeGen$",
MakeFileUrl
(binDir));
3267
gacLocation =
MakeFileUrl
(gacLocation);