1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
79_shutdownEvent = new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
130_shutdownEvent.Reset(); 142WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent]; 284_shutdownEvent.Set(); 345_shutdownEvent.Set(); 367_shutdownEvent.Set(); 382_shutdownEvent.Set(); 460_shutdownEvent.Set();