1 write to _shutdownEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
217_shutdownEvent = new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
713WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent]; 911_shutdownEvent.Set(); 961_shutdownEvent.Set(); 1008_shutdownEvent.Dispose(); 1037_shutdownEvent.Set();