1 write to _shutdownEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
217_shutdownEvent = new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
706WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent]; 904_shutdownEvent.Set(); 954_shutdownEvent.Set(); 1001_shutdownEvent.Dispose(); 1030_shutdownEvent.Set();