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