1 write to _shutdownEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
191_shutdownEvent = new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
647WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent]; 760_shutdownEvent.Set(); 802_shutdownEvent.Set(); 856_shutdownEvent.Dispose(); 874_shutdownEvent.Set();