7 references to IsNodeWorking
Microsoft.Build (7)
BackEnd\Components\Scheduler\SchedulableRequest.cs (1)
405ErrorUtilities.VerifyThrow(!_schedulingData.IsNodeWorking(nodeId), $"Cannot resume execution of request {_request.GlobalRequestId} because node {nodeId} is already working.");
BackEnd\Components\Scheduler\Scheduler.cs (6)
336if (!_schedulingData.IsNodeWorking(nodeId)) 764if (!_schedulingData.IsNodeWorking(availableNodeId)) 1948if (!_schedulingData.IsNodeWorking(response.NodeId)) 2000if (_schedulingData.IsNodeWorking(nodeId)) 2778_schedulingData.IsNodeWorking(nodeId) 2797if (!_schedulingData.IsNodeWorking(nodeId))