1 write to _shutdownEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
242
_shutdownEvent
= new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
858
WaitHandle[] waitHandles = [
_shutdownEvent
, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent];
1214
_shutdownEvent
.Set();
1270
_shutdownEvent
.Set();
1324
_shutdownEvent
.Dispose();
1346
_shutdownEvent
.Set();