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