1 write to _shutdownEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
217
_shutdownEvent
= new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
706
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent];
904
_shutdownEvent
.Set();
954
_shutdownEvent
.Set();
1001
_shutdownEvent
.Dispose();
1030
_shutdownEvent
.Set();