5 references to ReadyRequestsCount
Microsoft.Build (5)
BackEnd\Components\Scheduler\Scheduler.cs (5)
741_schedulingData.ReadyRequestsCount == 0 && 795_schedulingData.ReadyRequestsCount == 0 && 827else if (_schedulingData.ReadyRequestsCount != 0) 830ErrorUtilities.ThrowInternalError($"Somehow we have {_schedulingData.ReadyRequestsCount} requests which are ready to go but we didn't tell the nodes to continue."); 843TraceScheduler($"Requests scheduled: {nodesFreeToDoWorkPriorToScheduling - idleNodes.Count} Unassigned Requests: {_schedulingData.UnscheduledRequestsCount} Blocked Requests: {_schedulingData.BlockedRequestsCount} Unblockable Requests: {_schedulingData.ReadyRequestsCount} Free Nodes: {idleNodes.Count}/{_availableNodes.Count} Responses: {responses.Count}");