3 writes to _memoryCache
System.Web (3)
Compilation\BuildManager.cs (3)
464_memoryCache = new MemoryBuildResultCache(); 482_memoryCache = new MemoryBuildResultCache(); 504_memoryCache = new MemoryBuildResultCache();
8 references to _memoryCache
System.Web (8)
Compilation\BuildManager.cs (8)
469_caches = new BuildResultCache[] { _memoryCache, _codeGenCache }; 493_caches = new BuildResultCache[] { _memoryCache, preCompCache, _codeGenCache }; 521_caches = new BuildResultCache[] { _memoryCache, preCompilationCache, _codeGenCache }; 1677result = _memoryCache.GetBuildResult(cacheKey); 2308Debug.Assert(_caches[0] == _memoryCache); 2311result = _memoryCache.GetBuildResult(cacheKey, virtualPath, hashCode, ensureIsUpToDate); 2357Debug.Assert(_memoryCache != null); 2429_memoryCache.RemoveAssemblyAndCleanupDependencies(result as BuildResultCompiledAssemblyBase);