1 write to _shutdownEvent
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
190
_shutdownEvent
= new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuildTaskHost (5)
OutOfProcTaskHostNode.cs (5)
656
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent];
769
_shutdownEvent
.Set();
811
_shutdownEvent
.Set();
861
_shutdownEvent
.Close();
884
_shutdownEvent
.Set();