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)
338
lock (
_activeNodes
)
340
if (
_activeNodes
.Contains(node))
342
_activeNodes
.Remove(node);
345
if (
_activeNodes
.Count == 0)
588
lock (
_activeNodes
)
590
_activeNodes
.Add(context.NodeId);
606
lock (
_activeNodes
)
608
if (
_activeNodes
.Contains(nodeId))
610
_activeNodes
.Remove(nodeId);
613
if (
_activeNodes
.Count == 0)