1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
86_shutdownEvent = new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
130_shutdownEvent.Reset(); 142WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent]; 274_shutdownEvent.Set(); 320_shutdownEvent.Set(); 342_shutdownEvent.Set(); 357_shutdownEvent.Set(); 434_shutdownEvent.Set();