1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
236
_activeNodes
= new HashSet<int>();
10 references to _activeNodes
Microsoft.Build (10)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (10)
343
lock (
_activeNodes
)
345
if (
_activeNodes
.Contains(node))
347
_activeNodes
.Remove(node);
350
if (
_activeNodes
.Count == 0)
638
lock (
_activeNodes
)
640
_activeNodes
.Add(context.NodeId);
656
lock (
_activeNodes
)
658
if (
_activeNodes
.Contains(nodeId))
660
_activeNodes
.Remove(nodeId);
663
if (
_activeNodes
.Count == 0)