1 write to _shutdownEvent
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
155
_shutdownEvent
= new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuildTaskHost (5)
OutOfProcTaskHostNode.cs (5)
361
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent];
479
_shutdownEvent
.Set();
514
_shutdownEvent
.Set();
560
_shutdownEvent
.Close();
577
_shutdownEvent
.Set();