1 write to _taskCompleteEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
192_taskCompleteEvent = new AutoResetEvent(false);
3 references to _taskCompleteEvent
MSBuild (3)
OutOfProcTaskHostNode.cs (3)
647WaitHandle[] waitHandles = new WaitHandle[] { _shutdownEvent, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent }; 857_taskCompleteEvent.Dispose(); 1004_taskCompleteEvent.Set();