1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
213_activeNodes = new HashSet<int>();
10 references to _activeNodes
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (10)
320lock (_activeNodes) 322if (_activeNodes.Contains(node)) 324_activeNodes.Remove(node); 327if (_activeNodes.Count == 0) 693lock (_activeNodes) 695_activeNodes.Add(context.NodeId); 708lock (_activeNodes) 710if (_activeNodes.Contains(nodeId)) 712_activeNodes.Remove(nodeId); 715if (_activeNodes.Count == 0)