1 write to _taskCompleteEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
218
_taskCompleteEvent
= new AutoResetEvent(false);
3 references to _taskCompleteEvent
MSBuild (3)
OutOfProcTaskHostNode.cs (3)
706
WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent,
_taskCompleteEvent
, _taskCancelledEvent];
1002
_taskCompleteEvent
.Dispose();
1166
_taskCompleteEvent
.Set();