3 writes to _codeGenCache
System.Web (3)
Compilation\BuildManager.cs (3)
467
_codeGenCache
= new StandardDiskBuildResultCache(HttpRuntime.CodegenDirInternal);
491
_codeGenCache
= new StandardDiskBuildResultCache(HttpRuntime.CodegenDirInternal);
508
_codeGenCache
= new StandardDiskBuildResultCache(HttpRuntime.CodegenDirInternal);
7 references to _codeGenCache
System.Web (7)
Compilation\BuildManager.cs (7)
469
_caches = new BuildResultCache[] { _memoryCache,
_codeGenCache
};
493
_caches = new BuildResultCache[] { _memoryCache, preCompCache,
_codeGenCache
};
521
_caches = new BuildResultCache[] { _memoryCache, preCompilationCache,
_codeGenCache
};
574
_codeGenCache
.RemoveOldTempFiles();
682
_codeGenCache
.SavePreservedSpecialFilesCombinedHash(currentHash);
713
_codeGenCache
.RemoveAllCodegenFiles();
765
Tuple<long, long> specialFilesCombinedHash = _theBuildManager.
_codeGenCache
.GetPreservedSpecialFilesCombinedHash();