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)
123_shutdownEvent.Reset(); 135WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent]; 277_shutdownEvent.Set(); 323_shutdownEvent.Set(); 345_shutdownEvent.Set(); 360_shutdownEvent.Set(); 437_shutdownEvent.Set();