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