1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
231_activeNodes = new HashSet<int>();
10 references to _activeNodes
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (10)
338lock (_activeNodes) 340if (_activeNodes.Contains(node)) 342_activeNodes.Remove(node); 345if (_activeNodes.Count == 0) 588lock (_activeNodes) 590_activeNodes.Add(context.NodeId); 606lock (_activeNodes) 608if (_activeNodes.Contains(nodeId)) 610_activeNodes.Remove(nodeId); 613if (_activeNodes.Count == 0)