1 write to _activeNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
242
_activeNodes
= [];
9 references to _activeNodes
Microsoft.Build (9)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (9)
350
lock (
_activeNodes
)
352
if (
_activeNodes
.Contains(node))
354
_activeNodes
.Remove(node);
357
if (
_activeNodes
.Count == 0)
814
lock (
_activeNodes
)
816
_activeNodes
.Add(context.NodeId);
836
lock (
_activeNodes
)
838
_activeNodes
.Remove(nodeId);
840
if (
_activeNodes
.Count == 0)