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) 797lock (_activeNodes) 799_activeNodes.Add(context.NodeId); 819lock (_activeNodes) 821_activeNodes.Remove(nodeId); 823if (_activeNodes.Count == 0)