1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
143_shutdownEvent = new ManualResetEvent(false);
4 references to _shutdownEvent
Microsoft.Build (4)
BackEnd\Node\OutOfProcNode.cs (4)
253var waitHandles = new WaitHandle[] { _shutdownEvent, _packetReceivedEvent }; 434_shutdownEvent.Set(); 565_shutdownEvent.Set(); 870_shutdownEvent.Set();