1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
249_activeNodes = [];
9 references to _activeNodes
Microsoft.Build (9)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (9)
362lock (_activeNodes) 364if (_activeNodes.Contains(node)) 366_activeNodes.Remove(node); 369if (_activeNodes.Count == 0) 858lock (_activeNodes) 860_activeNodes.Add(context.NodeId); 880lock (_activeNodes) 882_activeNodes.Remove(nodeId); 884if (_activeNodes.Count == 0)