1 write to _shutdownEvent
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
266_shutdownEvent = new ManualResetEvent(false);
5 references to _shutdownEvent
MSBuild (5)
OutOfProcTaskHostNode.cs (5)
882WaitHandle[] waitHandles = [_shutdownEvent, _packetReceivedEvent, _taskCompleteEvent, _taskCancelledEvent]; 1282_shutdownEvent.Set(); 1342_shutdownEvent.Set(); 1396_shutdownEvent.Dispose(); 1418_shutdownEvent.Set();