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