1 write to _cacheDir
System.Web (1)
Compilation\BuildResultCache.cs (1)
403
_cacheDir
= cacheDir;
12 references to _cacheDir
System.Web (12)
Compilation\BuildResultCache.cs (12)
413
if (!FileUtil.DirectoryExists(
_cacheDir
)) {
415
Directory.CreateDirectory(
_cacheDir
);
418
throw new HttpException(SR.GetString(SR.Failed_to_create_temp_dir, HttpRuntime.GetSafePath(
_cacheDir
)), e);
470
DirectoryInfo directory = new DirectoryInfo(
_cacheDir
);
486
cacheKey = Path.Combine(
_cacheDir
, cacheKey);
520
DirectoryInfo directory = new DirectoryInfo(
_cacheDir
);
774
string[] subDirs = Directory.GetDirectories(
_cacheDir
);
791
_satelliteDirectories.Add(Path.Combine(
_cacheDir
, subDir));
821
Debug.Trace("BuildResultCache", "Deleting old temporary files from " +
_cacheDir
);
825
string codegen =
_cacheDir
+ "\\";
896
Debug.Trace("BuildResultCache", "Deleting all files from " +
_cacheDir
);
905
foreach (FileData fileData in FileEnumerator.Create(
_cacheDir
)) {