1 write to _configCache
Microsoft.Build (1)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
638_configCache = (IConfigCache)host.GetComponent(BuildComponentType.ConfigCache);
6 references to _configCache
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (6)
356ErrorUtilities.VerifyThrow(_configCache.HasConfiguration(request.ConfigurationId), "Request {0} refers to configuration {1} which is not known to the engine.", request.GlobalRequestId, request.ConfigurationId); 396BuildRequestConfiguration config = _configCache[request.ConfigurationId]; 499BuildRequestConfiguration configuration = _configCache[result.ConfigurationId]; 851BuildRequestConfiguration configuration = _configCache[completedEntry.Request.ConfigurationId]; 922if (_configCache.WriteConfigurationsToDisk()) 1268_nodeLoggingContext.LogRequestHandledFromCache(newRequest, _configCache[newRequest.ConfigurationId], response.Results);