1 write to _shutdownEvent
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
190_shutdownEvent = new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuildTaskHost (5)
OutOfProcTaskHostNode.cs (5)
656WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent]; 769_shutdownEvent.Set(); 811_shutdownEvent.Set(); 861_shutdownEvent.Close(); 884_shutdownEvent.Set();