1 write to _shutdownEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
191
_shutdownEvent
= new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
647
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent];
760
_shutdownEvent
.Set();
802
_shutdownEvent
.Set();
856
_shutdownEvent
.Dispose();
874
_shutdownEvent
.Set();