1 write to _shutdownEvent
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
145_shutdownEvent = new ManualResetEvent(false);
4 references to _shutdownEvent
Microsoft.Build (4)
BackEnd\Node\OutOfProcNode.cs (4)
255WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent]; 449_shutdownEvent.Set(); 580_shutdownEvent.Set(); 887_shutdownEvent.Set();