1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
101_shutdownEvent = new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
145_shutdownEvent.Reset(); 157WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent]; 299_shutdownEvent.Set(); 360_shutdownEvent.Set(); 382_shutdownEvent.Set(); 397_shutdownEvent.Set(); 494_shutdownEvent.Set();