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