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(); 765Tuple<long, long> specialFilesCombinedHash = _theBuildManager._codeGenCache.GetPreservedSpecialFilesCombinedHash();