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)
305if (!_schedulingData.IsNodeWorking(nodeId)) 729if (!_schedulingData.IsNodeWorking(availableNodeId)) 1892if (!_schedulingData.IsNodeWorking(response.NodeId)) 1944if (_schedulingData.IsNodeWorking(nodeId)) 2638_schedulingData.IsNodeWorking(nodeId) 2657if (!_schedulingData.IsNodeWorking(nodeId))