1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
249
_activeNodes
= [];
9 references to _activeNodes
Microsoft.Build (9)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (9)
362
lock (
_activeNodes
)
364
if (
_activeNodes
.Contains(node))
366
_activeNodes
.Remove(node);
369
if (
_activeNodes
.Count == 0)
858
lock (
_activeNodes
)
860
_activeNodes
.Add(context.NodeId);
880
lock (
_activeNodes
)
882
_activeNodes
.Remove(nodeId);
884
if (
_activeNodes
.Count == 0)