1 write to _taskCompleteEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
243_taskCompleteEvent = new AutoResetEvent(false);
3 references to _taskCompleteEvent
MSBuild (3)
OutOfProcTaskHostNode.cs (3)
860WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent]; 1328_taskCompleteEvent.Dispose(); 1547_taskCompleteEvent.Set();