1 write to _noNodesActiveEvent
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
233
_noNodesActiveEvent
= new ManualResetEvent(true);
4 references to _noNodesActiveEvent
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
207
_noNodesActiveEvent
.WaitOne();
337
_noNodesActiveEvent
.Set();
582
_noNodesActiveEvent
.Reset();
605
_noNodesActiveEvent
.Set();