1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
147_shutdownEvent = new ManualResetEvent(false);
4 references to _shutdownEvent
Microsoft.Build (4)
BackEnd\Node\OutOfProcNode.cs (4)
257WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent]; 451_shutdownEvent.Set(); 585_shutdownEvent.Set(); 896_shutdownEvent.Set();