4 references to GetConfigurationsCountByNode
Microsoft.Build (4)
BackEnd\Components\Scheduler\Scheduler.cs (4)
1025
return Comparer<int>.Default.Compare(_schedulingData.
GetConfigurationsCountByNode
(left, true /* excludeTraversals */, _configCache), _schedulingData.
GetConfigurationsCountByNode
(right, true /* excludeTraversals */, _configCache));
1299
configurationCountsByNode[availableNodeId] = _schedulingData.
GetConfigurationsCountByNode
(availableNodeId, true /* excludeTraversals */, _configCache);
2614
_schedulingData.
GetConfigurationsCountByNode
(nodeId, false, null));