1 write to _shutdownEvent
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
155_shutdownEvent = new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuildTaskHost (5)
OutOfProcTaskHostNode.cs (5)
361WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent]; 479_shutdownEvent.Set(); 514_shutdownEvent.Set(); 560_shutdownEvent.Close(); 577_shutdownEvent.Set();