3 writes to AllocatedNodes
MSBuild.Coordinator (3)
NodeBudgetManager.cs (3)
103AllocatedNodes += grantedNodes; 126AllocatedNodes -= grant.GrantedNodes; 162AllocatedNodes += grantedNodes;
4 references to AllocatedNodes
MSBuild.Coordinator (4)
NodeBudgetManager.cs (4)
32public int AvailableNodes => TotalBudget - AllocatedNodes; 106CoordinatorTelemetry.RecordGrantIssued(grant, WaitingBuildCount, ActiveBuildCount, AllocatedNodes); 127CoordinatorTelemetry.RecordGrantReleased(grant, WaitingBuildCount, ActiveBuildCount, AllocatedNodes); 166CoordinatorTelemetry.RecordDeferredGrantFulfilled(waiting, WaitingBuildCount, ActiveBuildCount, AllocatedNodes);