1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
144_shutdownEvent = new ManualResetEvent(false);
4 references to _shutdownEvent
Microsoft.Build (4)
BackEnd\Node\OutOfProcNode.cs (4)
254WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent]; 448_shutdownEvent.Set(); 575_shutdownEvent.Set(); 882_shutdownEvent.Set();