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)
322if (!_schedulingData.IsNodeWorking(nodeId)) 750if (!_schedulingData.IsNodeWorking(availableNodeId)) 1934if (!_schedulingData.IsNodeWorking(response.NodeId)) 1986if (_schedulingData.IsNodeWorking(nodeId)) 2730_schedulingData.IsNodeWorking(nodeId) 2749if (!_schedulingData.IsNodeWorking(nodeId))