2 references to UserCachePath
System.Web (2)
Compilation\BuildManager.cs (2)
3370
string path = Path.Combine(
UserCachePath
, fileName);
3373
if (Path.GetDirectoryName(path) !=
UserCachePath
) {