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