1 write to _noNodesActiveEvent
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
214
_noNodesActiveEvent
= new ManualResetEvent(true);
4 references to _noNodesActiveEvent
Microsoft.Build (4)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
188
_noNodesActiveEvent
.WaitOne();
328
_noNodesActiveEvent
.Set();
699
_noNodesActiveEvent
.Reset();
719
_noNodesActiveEvent
.Set();