1 write to _configCache
Microsoft.Build (1)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
600
_configCache
= (IConfigCache)host.GetComponent(BuildComponentType.ConfigCache);
6 references to _configCache
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (6)
338
ErrorUtilities.VerifyThrow(
_configCache
.HasConfiguration(request.ConfigurationId), "Request {0} refers to configuration {1} which is not known to the engine.", request.GlobalRequestId, request.ConfigurationId);
377
BuildRequestEntry entry = new BuildRequestEntry(request,
_configCache
[request.ConfigurationId]);
462
BuildRequestConfiguration configuration =
_configCache
[result.ConfigurationId];
814
BuildRequestConfiguration configuration =
_configCache
[completedEntry.Request.ConfigurationId];
885
if (
_configCache
.WriteConfigurationsToDisk())
1229
_nodeLoggingContext.LogRequestHandledFromCache(newRequest,
_configCache
[newRequest.ConfigurationId], response.Results);