1 write to _activeNodes
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
303_activeNodes = new HashSet<int>();
7 references to _activeNodes
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (7)
1068ErrorUtilities.VerifyThrow(_activeNodes.Count == 0, "All nodes not yet shut down."); 1240activeNodeCount = _activeNodes?.Count; 1298activeNodeCount: _activeNodes?.Count); 2661ErrorUtilities.VerifyThrow(_activeNodes.Contains(node), "Unexpected shutdown from node {0} which shouldn't exist.", node); 2662_activeNodes.Remove(node); 2751if (_activeNodes.Count == 0) 2836_activeNodes.Add(node.NodeId);