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)
328lock (_activeNodes) 330if (_activeNodes.Contains(node)) 332_activeNodes.Remove(node); 335if (_activeNodes.Count == 0) 578lock (_activeNodes) 580_activeNodes.Add(context.NodeId); 596lock (_activeNodes) 598if (_activeNodes.Contains(nodeId)) 600_activeNodes.Remove(nodeId); 603if (_activeNodes.Count == 0)