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)
778
lock (
_activeNodes
)
780
_activeNodes
.Add(context.NodeId);
800
lock (
_activeNodes
)
802
_activeNodes
.Remove(nodeId);
804
if (
_activeNodes
.Count == 0)