5 references to _activeGrants
MSBuild.Coordinator (5)
NodeBudgetManager.cs (5)
37
public int ActiveBuildCount =>
_activeGrants
.Count;
53
return
_activeGrants
.Count == 0 && _waitQueue.Count == 0;
104
_activeGrants
.Add(grant);
129
_activeGrants
.Remove(grant);
163
_activeGrants
.Add(waiting);