1 write to _configCache
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
676_configCache = (IConfigCache)_componentHost.GetComponent(BuildComponentType.ConfigCache);
28 references to _configCache
Microsoft.Build (28)
BackEnd\Components\Scheduler\Scheduler.cs (28)
417BuildRequestConfiguration config = _configCache[result.ConfigurationId]; 894_schedulingPlan = new SchedulingPlan(_configCache, _schedulingData); 1068return _configCache[request.ConfigurationId].IsTraversal; 1078IEnumerable<int> nodesByConfigurationCountAscending = _availableNodes.Keys.OrderBy(x => _schedulingData.GetConfigurationsCountByNode(x, excludeTraversals: true, _configCache)); 1128System.IO.FileInfo f = new FileInfo(_configCache[unscheduledRequest.BuildRequest.ConfigurationId].ProjectFullPath); 1170System.IO.FileInfo f = new FileInfo(_configCache[unscheduledRequest.BuildRequest.ConfigurationId].ProjectFullPath); 1351configurationCountsByNode[availableNodeId] = _schedulingData.GetConfigurationsCountByNode(availableNodeId, true /* excludeTraversals */, _configCache); 1420BuildRequestConfiguration config = _configCache[request.BuildRequest.ConfigurationId]; 1727BuildRequestConfiguration configuration = _configCache[parentRequest.BuildRequest.ConfigurationId]; 1757TraceScheduler("Received request {0} (node request {1}) with parent {2} from node {3} for project {4} with targets {5}", request.GlobalRequestId, request.NodeRequestId, request.ParentGlobalRequestId, nodeForResults, _configCache![request.ConfigurationId].ProjectFullPath, request.Targets.Count == 0 ? "default" : string.Join(";", request.Targets)); 1823_configCache.HasConfiguration(request.ConfigurationId), 1826var config = _configCache[request.ConfigurationId]; 2011BuildRequestConfiguration config = _configCache[request.ConfigurationId]; 2029|| SkipNonexistentTargetsIfExistentTargetsHaveResults(request, _configCache, _resultsCache)) 2036string projectFullPath = _configCache[request.ConfigurationId].ProjectFullPath; 2037string parentProjectFullPath = GetParentConfigurationId(request, _configCache, _schedulingData).ProjectFullPath; 2055BuildRequestConfiguration requestConfig = _configCache[request.ConfigurationId]; 2056BuildRequestConfiguration parentConfig = GetParentConfigurationId(request, _configCache, _schedulingData); 2165if (_configCache is not ConfigCacheWithOverride configCacheWithOverride 2199BuildRequestConfiguration configuration = _configCache[request.ConfigurationId]; 2256BuildRequestConfiguration configuration = _configCache[request.ConfigurationId]; 2640_configCache[request.BuildRequest.ConfigurationId].ProjectFullPath, 2843file.WriteLine("Config {0} Node {1} TV: {2} File {3}", config, _schedulingData.GetAssignedNodeForRequestConfiguration(config), _configCache[config].ToolsVersion, _configCache[config].ProjectFullPath); 2844foreach (ProjectPropertyInstance property in _configCache[config].GlobalProperties) 2942_configCache[buildRequest.ConfigurationId].ProjectFullPath, 2951SchedulingPlan plan = new SchedulingPlan(_configCache, _schedulingData); 2960_schedulingPlan = new SchedulingPlan(_configCache, _schedulingData);