1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
213
_activeNodes
= new HashSet<int>();
10 references to _activeNodes
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (10)
320
lock (
_activeNodes
)
322
if (
_activeNodes
.Contains(node))
324
_activeNodes
.Remove(node);
327
if (
_activeNodes
.Count == 0)
693
lock (
_activeNodes
)
695
_activeNodes
.Add(context.NodeId);
708
lock (
_activeNodes
)
710
if (
_activeNodes
.Contains(nodeId))
712
_activeNodes
.Remove(nodeId);
715
if (
_activeNodes
.Count == 0)