2 writes to _revertActionList
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\Hosting\AtomicComposition.cs (2)
108_revertActionList ??= new List<Action>(); 176_revertActionList = null;
6 references to _revertActionList
System.ComponentModel.Composition (6)
System\ComponentModel\Composition\Hosting\AtomicComposition.cs (6)
109_revertActionList.Add(revertAction); 149if (_revertActionList != null) 155for (int i = _revertActionList.Count - 1; i >= 0; i--) 157Action action = _revertActionList[i]; 239if (_revertActionList != null) 241foreach (Action action in _revertActionList)