1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
93_shutdownEvent = new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
137_shutdownEvent.Reset(); 149WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent]; 291_shutdownEvent.Set(); 352_shutdownEvent.Set(); 374_shutdownEvent.Set(); 389_shutdownEvent.Set(); 486_shutdownEvent.Set();