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