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)
290if (!_schedulingData.IsNodeWorking(nodeId)) 704if (!_schedulingData.IsNodeWorking(availableNodeId)) 1870if (!_schedulingData.IsNodeWorking(response.NodeId)) 1922if (_schedulingData.IsNodeWorking(nodeId)) 2602_schedulingData.IsNodeWorking(nodeId) 2621if (!_schedulingData.IsNodeWorking(nodeId))