1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
242_activeNodes = [];
9 references to _activeNodes
Microsoft.Build (9)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (9)
350lock (_activeNodes) 352if (_activeNodes.Contains(node)) 354_activeNodes.Remove(node); 357if (_activeNodes.Count == 0) 814lock (_activeNodes) 816_activeNodes.Add(context.NodeId); 836lock (_activeNodes) 838_activeNodes.Remove(nodeId); 840if (_activeNodes.Count == 0)