1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
212
_activeNodes
= new HashSet<int>();
10 references to _activeNodes
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (10)
319
lock (
_activeNodes
)
321
if (
_activeNodes
.Contains(node))
323
_activeNodes
.Remove(node);
326
if (
_activeNodes
.Count == 0)
695
lock (
_activeNodes
)
697
_activeNodes
.Add(context.NodeId);
710
lock (
_activeNodes
)
712
if (
_activeNodes
.Contains(nodeId))
714
_activeNodes
.Remove(nodeId);
717
if (
_activeNodes
.Count == 0)