1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
245
_activeNodes
= [];
9 references to _activeNodes
Microsoft.Build (9)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (9)
353
lock (
_activeNodes
)
355
if (
_activeNodes
.Contains(node))
357
_activeNodes
.Remove(node);
360
if (
_activeNodes
.Count == 0)
797
lock (
_activeNodes
)
799
_activeNodes
.Add(context.NodeId);
819
lock (
_activeNodes
)
821
_activeNodes
.Remove(nodeId);
823
if (
_activeNodes
.Count == 0)