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)
413if (!FileUtil.DirectoryExists(_cacheDir)) { 415Directory.CreateDirectory(_cacheDir); 418throw new HttpException(SR.GetString(SR.Failed_to_create_temp_dir, HttpRuntime.GetSafePath(_cacheDir)), e); 470DirectoryInfo directory = new DirectoryInfo(_cacheDir); 486cacheKey = Path.Combine(_cacheDir, cacheKey); 520DirectoryInfo directory = new DirectoryInfo(_cacheDir); 774string[] subDirs = Directory.GetDirectories(_cacheDir); 791_satelliteDirectories.Add(Path.Combine(_cacheDir, subDir)); 821Debug.Trace("BuildResultCache", "Deleting old temporary files from " + _cacheDir); 825string codegen = _cacheDir + "\\"; 896Debug.Trace("BuildResultCache", "Deleting all files from " + _cacheDir); 905foreach (FileData fileData in FileEnumerator.Create(_cacheDir)) {