1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
245_activeNodes = [];
9 references to _activeNodes
Microsoft.Build (9)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (9)
353lock (_activeNodes) 355if (_activeNodes.Contains(node)) 357_activeNodes.Remove(node); 360if (_activeNodes.Count == 0) 778lock (_activeNodes) 780_activeNodes.Add(context.NodeId); 800lock (_activeNodes) 802_activeNodes.Remove(nodeId); 804if (_activeNodes.Count == 0)