4 references to IsNodeWorking
Microsoft.Build (4)
BackEnd\Components\Scheduler\SchedulableRequest.cs (1)
404Assumed.False(_schedulingData.IsNodeWorking(nodeId), $"Cannot resume execution of request {_request.GlobalRequestId} because node {nodeId} is already working.");
BackEnd\Components\Scheduler\Scheduler.cs (3)
764if (!_schedulingData.IsNodeWorking(availableNodeId)) 1944if (!_schedulingData.IsNodeWorking(response.NodeId)) 1996if (_schedulingData.IsNodeWorking(nodeId))