1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
84_shutdownEvent = new ManualResetEvent(false);
7 references to _shutdownEvent
Microsoft.Build (7)
BackEnd\Node\OutOfProcServerNode.cs (7)
128_shutdownEvent.Reset(); 140WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent]; 282_shutdownEvent.Set(); 328_shutdownEvent.Set(); 350_shutdownEvent.Set(); 365_shutdownEvent.Set(); 442_shutdownEvent.Set();