5 references to GetCacheEntry
Microsoft.Build.Engine (5)
Engine\CacheScope.cs (5)
185results[i] = GetCacheEntry(names[i]); 337defaultTargetsCacheEntry = (PropertyCacheEntry)GetCacheEntry(Constants.defaultTargetCacheName); 338initialTargetsCacheEntry = (PropertyCacheEntry)GetCacheEntry(Constants.initialTargetCacheName); 339projectIdCacheEntry = (PropertyCacheEntry)GetCacheEntry(Constants.projectIdCacheName); 385BuildResultCacheEntry cacheEntry = (BuildResultCacheEntry)GetCacheEntry(targetName);