3 references to GetConfigurationsCountByNode
Microsoft.Build (3)
BackEnd\Components\Scheduler\Scheduler.cs (3)
1023
IEnumerable<int> nodesByConfigurationCountAscending = _availableNodes.Keys.OrderBy(x => _schedulingData.
GetConfigurationsCountByNode
(x, excludeTraversals: true, _configCache));
1296
configurationCountsByNode[availableNodeId] = _schedulingData.
GetConfigurationsCountByNode
(availableNodeId, true /* excludeTraversals */, _configCache);
2611
_schedulingData.
GetConfigurationsCountByNode
(nodeId, false, null));