1 write to _shutdownEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
217
_shutdownEvent
= new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
713
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent];
911
_shutdownEvent
.Set();
961
_shutdownEvent
.Set();
1008
_shutdownEvent
.Dispose();
1037
_shutdownEvent
.Set();