1 write to _shutdownEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
242
_shutdownEvent
= new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
860
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent];
1217
_shutdownEvent
.Set();
1273
_shutdownEvent
.Set();
1327
_shutdownEvent
.Dispose();
1349
_shutdownEvent
.Set();