1 write to _configCache
Microsoft.Build (1)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
653
_configCache
= (IConfigCache)host.GetComponent(BuildComponentType.ConfigCache);
6 references to _configCache
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (6)
375
ErrorUtilities.VerifyThrow(
_configCache
.HasConfiguration(request.ConfigurationId), $"Request {request.GlobalRequestId} refers to configuration {request.ConfigurationId} which is not known to the engine.");
415
BuildRequestConfiguration config =
_configCache
[request.ConfigurationId];
518
BuildRequestConfiguration configuration =
_configCache
[result.ConfigurationId];
866
BuildRequestConfiguration configuration =
_configCache
[completedEntry.Request.ConfigurationId];
934
if (
_configCache
.WriteConfigurationsToDisk())
1281
_nodeLoggingContext.LogRequestHandledFromCache(newRequest,
_configCache
[newRequest.ConfigurationId], response.Results);