1 write to _shutdownEvent
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
195
_shutdownEvent
= new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuildTaskHost (5)
OutOfProcTaskHostNode.cs (5)
662
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent];
775
_shutdownEvent
.Set();
825
_shutdownEvent
.Set();
875
_shutdownEvent
.Close();
898
_shutdownEvent
.Set();