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) 871lock (_activeNodes) 873_activeNodes.Add(context.NodeId); 893lock (_activeNodes) 895_activeNodes.Remove(nodeId); 897if (_activeNodes.Count == 0)