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