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)
871
lock (
_activeNodes
)
873
_activeNodes
.Add(context.NodeId);
893
lock (
_activeNodes
)
895
_activeNodes
.Remove(nodeId);
897
if (
_activeNodes
.Count == 0)