1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
212_activeNodes = new HashSet<int>();
10 references to _activeNodes
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (10)
319lock (_activeNodes) 321if (_activeNodes.Contains(node)) 323_activeNodes.Remove(node); 326if (_activeNodes.Count == 0) 695lock (_activeNodes) 697_activeNodes.Add(context.NodeId); 710lock (_activeNodes) 712if (_activeNodes.Contains(nodeId)) 714_activeNodes.Remove(nodeId); 717if (_activeNodes.Count == 0)