1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
236_activeNodes = new HashSet<int>();
10 references to _activeNodes
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (10)
343lock (_activeNodes) 345if (_activeNodes.Contains(node)) 347_activeNodes.Remove(node); 350if (_activeNodes.Count == 0) 638lock (_activeNodes) 640_activeNodes.Add(context.NodeId); 656lock (_activeNodes) 658if (_activeNodes.Contains(nodeId)) 660_activeNodes.Remove(nodeId); 663if (_activeNodes.Count == 0)