1 write to _shutdownEvent
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
191_shutdownEvent = new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuildTaskHost (5)
OutOfProcTaskHostNode.cs (5)
647WaitHandle[] waitHandles = new WaitHandle[] { _shutdownEvent, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent }; 760_shutdownEvent.Set(); 802_shutdownEvent.Set(); 851_shutdownEvent.Close(); 874_shutdownEvent.Set();