1 write to _activeNodes
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
295
_activeNodes
= new HashSet<int>();
5 references to _activeNodes
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (5)
978
ErrorUtilities.VerifyThrow(
_activeNodes
.Count == 0, "All nodes not yet shut down.");
2467
ErrorUtilities.VerifyThrow(
_activeNodes
.Contains(node), "Unexpected shutdown from node {0} which shouldn't exist.", node);
2468
_activeNodes
.Remove(node);
2557
if (
_activeNodes
.Count == 0)
2642
_activeNodes
.Add(node.NodeId);