1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
231
_activeNodes
= new HashSet<int>();
10 references to _activeNodes
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (10)
328
lock (
_activeNodes
)
330
if (
_activeNodes
.Contains(node))
332
_activeNodes
.Remove(node);
335
if (
_activeNodes
.Count == 0)
578
lock (
_activeNodes
)
580
_activeNodes
.Add(context.NodeId);
596
lock (
_activeNodes
)
598
if (
_activeNodes
.Contains(nodeId))
600
_activeNodes
.Remove(nodeId);
603
if (
_activeNodes
.Count == 0)