3 writes to AllocatedNodes
MSBuild.Coordinator (3)
NodeBudgetManager.cs (3)
110AllocatedNodes += grantedNodes; 140AllocatedNodes -= grant.GrantedNodes; 177AllocatedNodes += grantedNodes;
6 references to AllocatedNodes
MSBuild.Coordinator (6)
NodeBudgetManager.cs (6)
32public int AvailableNodes => TotalBudget - AllocatedNodes; 87CoordinatorTelemetry.RecordGrantIssued(grant, WaitingBuildCount, ActiveBuildCount, AllocatedNodes); 113CoordinatorTelemetry.RecordGrantIssued(grant, WaitingBuildCount, ActiveBuildCount, AllocatedNodes); 135CoordinatorTelemetry.RecordGrantReleased(grant, WaitingBuildCount, ActiveBuildCount, AllocatedNodes); 141CoordinatorTelemetry.RecordGrantReleased(grant, WaitingBuildCount, ActiveBuildCount, AllocatedNodes); 181CoordinatorTelemetry.RecordDeferredGrantFulfilled(waiting, WaitingBuildCount, ActiveBuildCount, AllocatedNodes);