7 references to IsNodeWorking
Microsoft.Build (7)
BackEnd\Components\Scheduler\SchedulableRequest.cs (1)
405ErrorUtilities.VerifyThrow(!_schedulingData.IsNodeWorking(nodeId), "Cannot resume execution of request {0} because node {1} is already working.", _request.GlobalRequestId, nodeId);
BackEnd\Components\Scheduler\Scheduler.cs (6)
291if (!_schedulingData.IsNodeWorking(nodeId)) 705if (!_schedulingData.IsNodeWorking(availableNodeId)) 1874if (!_schedulingData.IsNodeWorking(response.NodeId)) 1926if (_schedulingData.IsNodeWorking(nodeId)) 2598_schedulingData.IsNodeWorking(nodeId) 2617if (!_schedulingData.IsNodeWorking(nodeId))