1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
109_shutdownEvent = new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
154_shutdownEvent.Reset(); 166WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent]; 315_shutdownEvent.Set(); 377_shutdownEvent.Set(); 399_shutdownEvent.Set(); 414_shutdownEvent.Set(); 511_shutdownEvent.Set();