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